]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 12 Jul 2016 14:19:45 +0000 (14:19 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Jul 2016 14:37:25 +0000 (16:37 +0200)
commit8bf0bd4173f256278894cf709fc02c184b85640c
treee09a83c3f81e03c4171b2548b513f61fc597ffde
parent25af8bfa9693358b0b1e626bee8c95300451ca71
pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_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>
Acked-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-ns2-mux.c