]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mfd: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:32 +0000 (10:54 +0300)
committerLee Jones <lee@kernel.org>
Wed, 30 Jul 2025 07:16:43 +0000 (08:16 +0100)
commit8b96324c75d8b09ae8d11ab411adc74528a54bc8
tree6b867a1aea1198c78b14157c69e543a9bc438767
parent92ab1e41569416c639643cd75eea2379190a65f2
mfd: 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>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20250704075432.3220321-1-sakari.ailus@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/arizona-irq.c
drivers/mfd/cs40l50-core.c
drivers/mfd/cs42l43.c