diff options
Diffstat (limited to 'drivers/mtd/tests/mtd_speedtest.c')
| -rw-r--r-- | drivers/mtd/tests/mtd_speedtest.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/tests/mtd_speedtest.c b/drivers/mtd/tests/mtd_speedtest.c index 4d2ed5c0807..2aec4f3b72b 100644 --- a/drivers/mtd/tests/mtd_speedtest.c +++ b/drivers/mtd/tests/mtd_speedtest.c @@ -336,8 +336,7 @@ static int scan_for_bad_eraseblocks(void)  		return -ENOMEM;  	} -	/* NOR flash does not implement block_isbad */ -	if (mtd->block_isbad == NULL) +	if (!mtd_can_have_bb(mtd))  		goto out;  	printk(PRINT_PREF "scanning for bad eraseblocks\n");  |