spi: Remove check for idling in __spi_pump_messages()
authorDavid Jander <david@protonic.nl>
Tue, 21 Jun 2022 06:12:29 +0000 (08:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:27:21 +0000 (13:27 +0100)
commit049d6ccc4da8d34f382949ebec6d4fb318a9c7c0
treee59edaaa79b811073068ce34b643290cf7608de1
parentd5256cce1f50ff4c8fad6b8eb7b4ec9e47d38925
spi: Remove check for idling in __spi_pump_messages()

Since the whole idling transition is locked by the io_mutex now, there is
no need to check this flag anymore.

Signed-off-by: David Jander <david@protonic.nl>
Link: https://lore.kernel.org/r/20220621061234.3626638-7-david@protonic.nl
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c