regulator: rk808: Fix uninitialized value
[cascardo/linux.git] / block / compat_ioctl.c
index e0393cd..18b282c 100644 (file)
@@ -691,6 +691,7 @@ long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg)
        case BLKROSET:
        case BLKDISCARD:
        case BLKSECDISCARD:
+       case BLKZEROOUT:
        /*
         * the ones below are implemented in blkdev_locked_ioctl,
         * but we call blkdev_ioctl, which gets the lock for us