]> git.ipfire.org Git - thirdparty/linux.git/commit
hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:53:59 +0000 (10:53 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Jul 2025 10:51:59 +0000 (20:51 +1000)
commit99d9edf6380be9912bcee53e5262704ebdb96869
tree9f386647a4bfa32f2c71b997e5dc892199cb94d9
parent75e2d4b1eddcfafd3b3961490f7da0bae4ecb451
hwrng: drivers - 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: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/atmel-rng.c
drivers/char/hw_random/cctrng.c
drivers/char/hw_random/mtk-rng.c
drivers/char/hw_random/npcm-rng.c
drivers/char/hw_random/omap3-rom-rng.c
drivers/char/hw_random/rockchip-rng.c
drivers/char/hw_random/stm32-rng.c