]> git.ipfire.org Git - thirdparty/linux.git/commit
w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 11 Nov 2025 09:43:02 +0000 (11:43 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 11 Nov 2025 09:55:18 +0000 (10:55 +0100)
commita5d908e0ec05bd4f5dd818160f0252861879a5a2
tree736ea1247eb0ed09c1385bf1cb7be7290fb4766b
parentf3c6353d801a9826e234ad477af08b09a98d888b
w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
pm_runtime_mark_last_busy().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://patch.msgid.link/20251111094302.95003-1-sakari.ailus@linux.intel.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/w1/masters/omap_hdq.c