]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:34 +0000 (10:54 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2025 13:54:06 +0000 (15:54 +0200)
commitc2ac67b5b1f8cb80fd717592e16368ef2e71514b
tree56137562fd37a8217c0550370f4c530ccbae4980
parent16e3dea53b2ee324bf3520281ca0588f55d9855c
mmc: 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://lore.kernel.org/r/20250704075434.3220506-1-sakari.ailus@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c
drivers/mmc/host/atmel-mci.c
drivers/mmc/host/mmci.c
drivers/mmc/host/omap_hsmmc.c
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/mmc/host/sdhci-msm.c
drivers/mmc/host/sdhci-omap.c
drivers/mmc/host/sdhci-pxav3.c
drivers/mmc/host/sdhci-sprd.c
drivers/mmc/host/sdhci_am654.c
drivers/mmc/host/tmio_mmc_core.c