mirror of https://gitee.com/openkylin/linux.git
UBI: Remove in vain semicolon
...found while browsing. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
2a130f1aa5
commit
a396ce4bd2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue