]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: component: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:58 +0000 (10:54 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 4 Jul 2025 18:28:21 +0000 (19:28 +0100)
commite879f14d88c8ce4ecb647d80983f74b2fdd9f18b
treead51a7cb360fdbb036381e7dc218146befd46792
parent077e700cd709b9a0334bd442a1a4090c9de0d152
ASoC: component: 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/20250704075458.3222817-1-sakari.ailus@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-component.c