diff options
author | David Lechner <[email protected]> | 2023-12-04 11:33:27 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-12-06 14:19:29 +0000 |
commit | 2e0d75f8dd9e31b3fb175f780494dd7dd988ceae (patch) | |
tree | 8cca8ec21ea2f591434c18c720c23c76422dbc6a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8e6a43961f24cf841d3c0d199521d0b284d948b9 (diff) |
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 <[email protected]>
Acked-by: Michael Hennerich <[email protected]>
Acked-by: Nuno Sa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions