diff options
-rw-r--r-- | drivers/mtd/nand/bf5xx_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index a382e3dd0a5d..162c5ea2b773 100644 --- a/drivers/mtd/nand/bf5xx_nand.c +++ b/drivers/mtd/nand/bf5xx_nand.c | |||
@@ -710,7 +710,7 @@ static int bf5xx_nand_scan(struct mtd_info *mtd) | |||
710 | struct nand_chip *chip = mtd->priv; | 710 | struct nand_chip *chip = mtd->priv; |
711 | int ret; | 711 | int ret; |
712 | 712 | ||
713 | ret = nand_scan_ident(mtd, 1); | 713 | ret = nand_scan_ident(mtd, 1, NULL); |
714 | if (ret) | 714 | if (ret) |
715 | return ret; | 715 | return ret; |
716 | 716 | ||