]> git.ipfire.org Git - thirdparty/linux.git/commit
dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 27 Oct 2025 13:32:27 +0000 (15:32 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 16 Dec 2025 16:52:43 +0000 (22:22 +0530)
commitbce33c132a2061c9a7958474c3e2d030c22664de
tree17a9683bf6d74c0630337d3f64ac6be1ded79f25
parentc381f1a38a4c7542cc6ec049d4dcff90a9423e89
dmaengine: at_xdmac: 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/20251027133232.392898-1-sakari.ailus@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_xdmac.c