]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: fsl-dspi: Unify error messaging in dspi_request_dma()
authorandy.shevchenko@gmail.com <andy.shevchenko@gmail.com>
Sun, 4 Feb 2024 20:29:19 +0000 (22:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 5 Feb 2024 14:35:39 +0000 (14:35 +0000)
commit51b8e79c45d5a42891c6196dcd3f73cbb599940a
tree495a83f8cec2eb8545fb6a7cd8ca26724da93945
parentf156743c526281ddcc19511e9073f8c987506913
spi: fsl-dspi: Unify error messaging in dspi_request_dma()

Use dev_err_probe() for all messages in dspi_request_dma() for the sake of
making them uniform. While at it, fix indentation issue reported by Vladimir
Oltean.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20240204203127.1186621-3-andy.shevchenko@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-dspi.c