]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit875cd6a49ff05d9cc42a63324f45b201b72c3012
treee59edaaa79b811073068ce34b643290cf7608de1
parent0ee51eae8ce78d3aad6ebef3198f27588f7435d8
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