UBI: Remove in vain semicolon

...found while browsing.

Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Richard Weinberger 2015-10-19 22:26:43 +02:00
parent 2a130f1aa5
commit a396ce4bd2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {