提交 bb13bec7 编写于 作者: J Jingoo Han 提交者: Brian Norris

mtd: sharpsl: use dev_err() instead of printk()

Use dev_err() instead of printk() to provide a better message
to userspace.
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 4867d582
...@@ -134,7 +134,7 @@ static int sharpsl_nand_probe(struct platform_device *pdev) ...@@ -134,7 +134,7 @@ static int sharpsl_nand_probe(struct platform_device *pdev)
/* map physical address */ /* map physical address */
sharpsl->io = ioremap(r->start, resource_size(r)); sharpsl->io = ioremap(r->start, resource_size(r));
if (!sharpsl->io) { if (!sharpsl->io) {
printk("ioremap to access Sharp SL NAND chip failed\n"); dev_err(&pdev->dev, "ioremap to access Sharp SL NAND chip failed\n");
err = -EIO; err = -EIO;
goto err_ioremap; goto err_ioremap;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册