Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: mic: remove unused label 'done'

The label 'done' in function vop_ioctl is not used, so remove it. Fixes
build warning:

drivers/misc/mic/vop/vop_vringh.c:1001:1: warning: label 'done' defined but
not used [-Wunused-label]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
de2ee48c f8d3bc10

-1
-1
drivers/misc/mic/vop/vop_vringh.c
··· 998 998 goto __unlock_ret; 999 999 } 1000 1000 ret = vop_virtio_config_change(vdev, buf); 1001 - done: 1002 1001 kfree(buf); 1003 1002 __unlock_ret: 1004 1003 mutex_unlock(&vdev->vdev_mutex);