Skip to content

Commit

Permalink
mtd: bcm47xxnflash: fix message
Browse files Browse the repository at this point in the history
This is not a serial flash driver, but a nand flash driver

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
  • Loading branch information
Hauke Mehrtens authored and Artem Bityutskiy committed Feb 4, 2013
1 parent 2d13dc3 commit 0fca6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/mtd/nand/bcm47xxnflash/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ static int __init bcm47xxnflash_init(void)
*/
err = platform_driver_probe(&bcm47xxnflash_driver, bcm47xxnflash_probe);
if (err)
pr_err("Failed to register serial flash driver: %d\n", err);
pr_err("Failed to register bcm47xx nand flash driver: %d\n",
err);

return err;
}
Expand Down

0 comments on commit 0fca6ab

Please sign in to comment.