watchdog: stm32_iwdg: drop superfluous error message
authorTang Bin <tangbin@cmss.chinamobile.com>
Sat, 14 Aug 2021 14:27:41 +0000 (22:27 +0800)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Tue, 26 Oct 2021 19:31:02 +0000 (21:31 +0200)
commit004920dfc3305cbc95cfb8449466c97a97560e25
tree12fdcca170d7ef599823255fece375d27a4f3072
parent14b2d18e81f266bfa7657746507b71c6641ba4f1
watchdog: stm32_iwdg: drop superfluous error message

In the function stm32_iwdg_probe(), devm_platform_ioremap_resource
has already contained error message, so drop the redundant one.

Co-developed-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210814142741.7396-1-tangbin@cmss.chinamobile.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/stm32_iwdg.c