These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / ubi / cdev.c
index d16fccf..54e056d 100644 (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) {