X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_vfs_multi.c;h=f7673155348774a3120f911d5ca1d02ad75153a1;hp=27cc0c010d73b7ce6d934ad948fe6dae66eef21a;hb=e39f464748930c5de815c86df43704c6ba84fa0b;hpb=e72372f93c862b499f586006cd30a5052fde38f8 diff --git a/yaffs_vfs_multi.c b/yaffs_vfs_multi.c index 27cc0c0..f767315 100644 --- a/yaffs_vfs_multi.c +++ b/yaffs_vfs_multi.c @@ -2670,7 +2670,7 @@ static struct super_block *yaffs_internal_read_super(int yaffs_version, /* Get the device */ mtd = get_mtd_device(NULL, MINOR(sb->s_dev)); - if (!mtd) { + if (IS_ERR(mtd)) { yaffs_trace(YAFFS_TRACE_ALWAYS, "yaffs: MTD device %u either not valid or unavailable", MINOR(sb->s_dev));