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:
2a130f1
)
UBI: Remove in vain semicolon
author
Richard Weinberger
<richard@nod.at>
Mon, 19 Oct 2015 20:26:43 +0000
(22:26 +0200)
committer
Richard Weinberger
<richard@nod.at>
Fri, 6 Nov 2015 22:26:51 +0000
(23:26 +0100)
...found while browsing.
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/cdev.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/ubi/cdev.c
b/drivers/mtd/ubi/cdev.c
index d16fccf791791356b864dac759b654a20c7e6640..54e056d3be0250910f464732bacc13bfd7eee50b 100644
(file)
--- a/
drivers/mtd/ubi/cdev.c
+++ b/
drivers/mtd/ubi/cdev.c
@@
-949,7
+949,7
@@
static long ubi_cdev_ioctl(struct file *file, unsigned int cmd,
if (!req) {
err = -ENOMEM;
break;
- }
;
+ }
err = copy_from_user(req, argp, sizeof(struct ubi_rnvol_req));
if (err) {