From 5f4f0c4d3fc95cb7d509e4469a22aed40532f0fc Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 23 Oct 2008 10:28:25 -0700 Subject: [PATCH] compat_blkdev_driver_ioctl: Remove unused variable warning Variable 'ret' is no longer used. Don't declare it. Signed-off-by: Linus Torvalds --- block/compat_ioctl.c | 2 -- 1 file changed, 2 deletions(-) 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: