]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 17 Jan 2018 11:29:17 +0000 (11:29 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 18 Jan 2018 07:51:32 +0000 (08:51 +0100)
commit119fcf47fdb7c672e328cd3e5b6a9a42f0c5ffd1
treea382f510170a734ad659260563498e38b12c16ed
parent9d2fc7c37099f741c860733272ec12cd9829c230
pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_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: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ingenic.c