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:
parent
e9534b3fd7
commit
d489202ea2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue