]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: moxart: remove redundant dev_err call in moxart_gpio_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 16 Dec 2013 02:12:38 +0000 (10:12 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Dec 2013 09:22:19 +0000 (10:22 +0100)
commit65af6951854f25928c512b63b1e67647a9a68246
treebb8d06c52f7157ddfec15286a68464433c1dc16f
parent4f35062c6db0561ac62c7af55d93fefe96cb62a0
gpio: moxart: remove redundant dev_err call in moxart_gpio_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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-moxart.c