Files
linux/drivers
David Lechner 2e0d75f8dd spi: axi-spi-engine: return void from spi_engine_compile_message()
In the AXI SPI Engine driver, the spi_engine_compile_message() function
does not return any error and none of the callers check the return
value. So we can change the return type to void and drop the return 0.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20231204-axi-spi-engine-series-2-v1-1-063672323fce@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-12-06 14:19:29 +00:00
..
2023-11-07 08:14:57 -07:00
2023-11-07 20:45:12 +01:00
2023-11-20 17:40:18 +00:00
2023-10-30 13:14:27 +00:00
2023-10-25 16:50:11 +02:00