]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 25 Apr 2017 16:17:33 +0000 (16:17 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 19 May 2017 08:42:18 +0000 (10:42 +0200)
commit07441a7dd11f6855bcf55fbbfc6abba42258b2c6
treeaff29cf756243ec89f240145cbdd7808dac961a2
parent1fccb73011ea8a5fa0c6d357c33fa29c695139ea
watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/zx2967_wdt.c