diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index b8eabde8dbdc..f6c5685b79a6 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -3606,7 +3606,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd, | |||
3606 | 3606 | ||
3607 | chip->onfi_version = 0; | 3607 | chip->onfi_version = 0; |
3608 | if (!type->name || !type->pagesize) { | 3608 | if (!type->name || !type->pagesize) { |
3609 | /* Check is chip is ONFI compliant */ | 3609 | /* Check if the chip is ONFI compliant */ |
3610 | if (nand_flash_detect_onfi(mtd, chip, &busw)) | 3610 | if (nand_flash_detect_onfi(mtd, chip, &busw)) |
3611 | goto ident_done; | 3611 | goto ident_done; |
3612 | 3612 | ||