remove unused return within void return function
authorDenis Cheng <crquan@gmail.com>
Sat, 20 Oct 2007 00:18:21 +0000 (02:18 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 20 Oct 2007 00:18:21 +0000 (02:18 +0200)
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/block/nbd.c

index ac4a0cb217ab33b75a6a41814df03d08f39ccca2..6332acad078c5f6976854b0f394e3496dc1f4e81 100644 (file)
@@ -508,7 +508,6 @@ error_out:
                nbd_end_request(req);
                spin_lock(q->queue_lock);
        }
-       return;
 }
 
 static int nbd_ioctl(struct inode *inode, struct file *file,