提交 0fca6ab4 编写于 作者: H Hauke Mehrtens 提交者: Artem Bityutskiy

mtd: bcm47xxnflash: fix message

This is not a serial flash driver, but a nand flash driver
Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
上级 2d13dc3b
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册