]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 17 Jan 2018 11:25:33 +0000 (11:25 +0000)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 19 Jan 2018 08:40:03 +0000 (09:40 +0100)
commit93f6a37149ad13000a78d68505310779e1049d9a
tree66cb5f0b4de5fdf30fd498f26b83f921c84666d3
parent9497829cd8932d88aa014cd0c77899c5804340a9
mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/onenand/omap2.c