]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/compat_ioctl.c
Merge remote-tracking branch 'kvm/linux-next'
[karo-tx-linux.git] / fs / compat_ioctl.c
index 48851f6ea6ecc9af8c54b9e664909c878dc26bb7..dcf26537c935f25ed10a534a13e31492802c5369 100644 (file)
@@ -686,7 +686,7 @@ static int do_i2c_rdwr_ioctl(unsigned int fd, unsigned int cmd,
 
        if (get_user(nmsgs, &udata->nmsgs))
                return -EFAULT;
-       if (nmsgs > I2C_RDRW_IOCTL_MAX_MSGS)
+       if (nmsgs > I2C_RDWR_IOCTL_MAX_MSGS)
                return -EINVAL;
 
        if (get_user(datap, &udata->msgs))