]> git.ipfire.org Git - thirdparty/linux.git/commit
spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() calls
authorFelix Gu <ustc.gu@gmail.com>
Sat, 7 Mar 2026 07:24:45 +0000 (15:24 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 10 Mar 2026 19:47:30 +0000 (19:47 +0000)
commitd1008a8e29b09ea57c77ddf82d688f8c2ea6cbe8
tree8f4612200f2d571333130353253339eb2e1bf197
parentec6c2e15a42fc8fb63baadee0e8a3257e37fa90c
spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend() already internally updates the last_busy
timestamp before scheduling the autosuspend, making explicit
pm_runtime_mark_last_busy() calls immediately before it redundant.

Fixes: 7c12f6ead467 ("spi: tegra210-quad: Add runtime autosuspend support")
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20260307-quad-v1-1-f103515db501@gmail.com
drivers/spi/spi-tegra210-quad.c