From: Linus Torvalds Date: Thu, 23 Oct 2008 17:28:25 +0000 (-0700) Subject: compat_blkdev_driver_ioctl: Remove unused variable warning X-Git-Tag: v4.13~26252 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5f4f0c4d3fc95cb7d509e4469a22aed40532f0fc;p=mirror_ubuntu-bionic-kernel.git compat_blkdev_driver_ioctl: Remove unused variable warning Variable 'ret' is no longer used. Don't declare it. Signed-off-by: Linus Torvalds --- diff --git a/block/compat_ioctl.c b/block/compat_ioctl.c index 3098c92402fd..3d3e7a46f38c 100644 --- a/block/compat_ioctl.c +++ b/block/compat_ioctl.c @@ -582,8 +582,6 @@ static int compat_blk_trace_setup(struct block_device *bdev, char __user *arg) static int compat_blkdev_driver_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd, unsigned long arg) { - int ret; - switch (cmd) { case HDIO_GET_UNMASKINTR: case HDIO_GET_MULTCOUNT: