diff options
author | Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> | 2024-05-31 09:57:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-03 08:49:48 +0200 |
commit | 6e6aa1b3f4bac852157ea8e071ed8e76b8f5eee4 (patch) | |
tree | 1e3daab00e4b7ee93ed00fa2be4a5de64b46f618 /lib/bucket_locks.c | |
parent | df1f8df3e8a787616d1a7a42a0f52a57ea469f34 (diff) | |
download | linux-6e6aa1b3f4bac852157ea8e071ed8e76b8f5eee4.tar.gz linux-6e6aa1b3f4bac852157ea8e071ed8e76b8f5eee4.tar.bz2 linux-6e6aa1b3f4bac852157ea8e071ed8e76b8f5eee4.zip |
watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
[ Upstream commit f0ba0fcdd19943809b1a7f760f77f6673c6aa7f7 ]
pm_runtime_get_sync() may return with error. In case it returns with error
dev->power.usage_count needs to be decremented. pm_runtime_resume_and_get()
takes care of this. Thus use it.
Along with it the rzg2l_wdt_set_timeout() function was updated to
propagate the result of rzg2l_wdt_start() to its caller.
Fixes: 2cbc5cd0b55f ("watchdog: Add Watchdog Timer driver for RZ/G2L")
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20240531065723.1085423-4-claudiu.beznea.uj@bp.renesas.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>
Diffstat (limited to 'lib/bucket_locks.c')
0 files changed, 0 insertions, 0 deletions