]> git.ipfire.org Git - thirdparty/linux.git/commit
spi: axiado: Remove redundant pm_runtime_mark_last_busy() call
authorFelix Gu <ustc.gu@gmail.com>
Sat, 7 Mar 2026 07:47:15 +0000 (15:47 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 10 Mar 2026 19:40:00 +0000 (19:40 +0000)
commitec6c2e15a42fc8fb63baadee0e8a3257e37fa90c
tree503aab127cd36b2f375d7cca79be34f7cc92442b
parent981b080a79724738882b0af1c5bb7ade30d94f24
spi: axiado: Remove redundant pm_runtime_mark_last_busy() call

The pm_runtime_mark_last_busy() call is redundant in the probe function
as pm_runtime_put_autosuspend() already calls pm_runtime_mark_last_busy()
internally to update the last access time of the device before queuing
autosuspend.

Fixes: e75a6b00ad79 ("spi: axiado: Add driver for Axiado SPI DB controller")
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20260307-axiado-1-v1-1-e90aa1b6dd9b@gmail.com
drivers/spi/spi-axiado.c