]> git.ipfire.org Git - thirdparty/linux.git/commit
net: wwan: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 27 Oct 2025 11:50:22 +0000 (13:50 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Oct 2025 01:55:56 +0000 (18:55 -0700)
commit10c7b9be47e683634535c360e75ec2a48e73b2ce
treeda4edad3a2b2bd66c09ddde1f22958ae0a7e95f3
parenta5d937dd0ead5ff826f94eb926f26106b6d178fa
net: wwan: 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/20251027115022.390997-4-sakari.ailus@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wwan/qcom_bam_dmux.c
drivers/net/wwan/t7xx/t7xx_hif_cldma.c
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c