Merge branch 'for-next' into for-linus
[cascardo/linux.git] / drivers / mtd / ubi / debug.c
index c4cb15a..f101a49 100644 (file)
@@ -352,7 +352,8 @@ static ssize_t dfs_file_write(struct file *file, const char __user *user_buf,
        } else if (dent == d->dfs_emulate_power_cut) {
                if (kstrtoint(buf, 0, &val) != 0)
                        count = -EINVAL;
-               d->emulate_power_cut = val;
+               else
+                       d->emulate_power_cut = val;
                goto out;
        }