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)
commitca0ae81d13d9ddb8b94fadc11d5c76b5499ac1b9
treebb8d06c52f7157ddfec15286a68464433c1dc16f
parent50d7c9c841176887e138422045f53c7ce607a3da
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