projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9534b3
)
remove unused return within void return function
author
Denis Cheng
<crquan@gmail.com>
Sat, 20 Oct 2007 00:18:21 +0000
(
02:18
+0200)
committer
Adrian 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/nbd.c
b/drivers/block/nbd.c
index ac4a0cb217ab33b75a6a41814df03d08f39ccca2..6332acad078c5f6976854b0f394e3496dc1f4e81 100644
(file)
--- a/
drivers/block/nbd.c
+++ b/
drivers/block/nbd.c
@@
-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,