]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wd...
authorWilliam Dean <williamsukatube@gmail.com>
Fri, 22 Jul 2022 03:09:38 +0000 (11:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:06 +0000 (11:18 +0200)
commit2c76def07a6495df8b655ce2b330566a65dc2653
tree6d19b2f8c421af83dbb844074d7632cc6ba45b2b
parent650516d3838ae9b9d8f3a5a2e335f5648c6a5a24
watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe()

[ Upstream commit de7d0f5e7b9a38f8493e1ef1ddeba0c734b33fb4 ]

The function devm_ioremap() in armada_37xx_wdt_probe() can fail, so
its return value should be checked.

Fixes: 63a453f0cb72d ("watchdog: Add support for Armada 37xx CPU watchdog")
Reported-by: Hacash Robot <hacashRobot@santino.com>
Signed-off-by: William Dean <williamsukatube@gmail.com>
Reviewed-by: Marek Beh=C3=BAn <kabel@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220722030938.2925156-1-williamsukatube@163.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/watchdog/armada_37xx_wdt.c