diff --git a/fs/udf/super.c b/fs/udf/super.c index d9eabbe368ffc..8b381456482d9 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c @@ -854,7 +854,7 @@ static int udf_load_pvoldesc(struct super_block *sb, sector_t block) uint8_t *outstr; struct buffer_head *bh; uint16_t ident; - int ret = -ENOMEM; + int ret; struct timestamp *ts; outstr = kmalloc(128, GFP_NOFS);