diff options
-rw-r--r-- | fs/ubifs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index f2c1c0b79f66..052514ca2792 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c | |||
@@ -1187,6 +1187,7 @@ static int mount_ubifs(struct ubifs_info *c) | |||
1187 | if (!ubifs_compr_present(c->default_compr)) { | 1187 | if (!ubifs_compr_present(c->default_compr)) { |
1188 | ubifs_err("'compressor \"%s\" is not compiled in", | 1188 | ubifs_err("'compressor \"%s\" is not compiled in", |
1189 | ubifs_compr_name(c->default_compr)); | 1189 | ubifs_compr_name(c->default_compr)); |
1190 | err = -ENOTSUPP; | ||
1190 | goto out_free; | 1191 | goto out_free; |
1191 | } | 1192 | } |
1192 | 1193 | ||