]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/udf/super.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[karo-tx-linux.git] / fs / udf / super.c
index c6a8f5f794439107ddad9ed4e639449a62586fe5..b96f190bc5679bfcc4740d770034352e0c956296 100644 (file)
@@ -937,12 +937,13 @@ static int udf_load_pvoldesc(struct super_block *sb, sector_t block)
                udf_debug("volIdent[] = '%s'\n", UDF_SB(sb)->s_volume_ident);
        }
 
-       if (!udf_build_ustr(instr, pvoldesc->volSetIdent, 128))
+       if (!udf_build_ustr(instr, pvoldesc->volSetIdent, 128)) {
                ret = udf_CS0toUTF8(outstr, instr);
                if (ret < 0)
                        goto out_bh;
 
                udf_debug("volSetIdent[] = '%s'\n", outstr->u_name);
+       }
 
        ret = 0;
 out_bh: