watchdog: sprd_wdt: Remove redundant dev_err call in sprd_wdt_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 11 Jul 2018 13:17:55 +0000 (13:17 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Thu, 2 Aug 2018 13:57:12 +0000 (15:57 +0200)
commit28e65edd73f963e7a0838bf3a62106be55dcb925
treeab7ffeb180d0f0c83de5dad3edf4613412e84981
parent2671a3a31b7d6a933af240e574d0e6cfd2d13364
watchdog: sprd_wdt: Remove redundant dev_err call in sprd_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@linux-watchdog.org>
drivers/watchdog/sprd_wdt.c