dect
/
linux-2.6
Archived
13
0
Fork 0

remove unused return within void return function

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Denis Cheng 2007-10-20 02:18:21 +02:00 committed by Adrian Bunk
parent e9534b3fd7
commit d489202ea2
1 changed files with 0 additions and 1 deletions

View 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,