]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: tegra210-quad: remove redundant error handling code
authorVishwaroop A <va@nvidia.com>
Wed, 16 Apr 2025 11:06:02 +0000 (11:06 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 24 Apr 2025 13:30:55 +0000 (14:30 +0100)
commit400d9f1a27cc2fceabdb1ed93eaf0b89b6d32ba5
treeebee3377756ca29c038a93f355113329aaeb01d9
parentdcb06c638a1174008a985849fa30fc0da7d08904
spi: tegra210-quad: remove redundant error handling code

Remove unnecessary error handling code that terminated transfers and
executed delay on errors. This code was redundant as error handling is
already done at a higher level in the SPI core.

Fixes: 1b8342cc4a38 ("spi: tegra210-quad: combined sequence mode")
Signed-off-by: Vishwaroop A <va@nvidia.com>
Link: https://patch.msgid.link/20250416110606.2737315-3-va@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra210-quad.c