Commit a396ce4b authored by Richard Weinberger's avatar Richard Weinberger

UBI: Remove in vain semicolon

...found while browsing.
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 2a130f1a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment