watchdog: rti-wdt: balance pm runtime enable calls
authorTero Kristo <t-kristo@ti.com>
Fri, 17 Jul 2020 13:29:58 +0000 (16:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 11:07:39 +0000 (13:07 +0200)
commitb1e0ac52fd4fdc8b16928a564cc8a73be85b5adc
treedd5495340560a24376a0f43f340bcaa3ac9e661d
parentcbc3b48eccd643d1a104fa00d4afad4c80400cdc
watchdog: rti-wdt: balance pm runtime enable calls

[ Upstream commit d5b29c2c5ba2bd5bbdb5b744659984185d17d079 ]

PM runtime should be disabled in the fail path of probe and when
the driver is removed.

Fixes: 2d63908bdbfb ("watchdog: Add K3 RTI watchdog support")
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20200717132958.14304-5-t-kristo@ti.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/rti_wdt.c