]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2025 10:07:07 +0000 (11:07 +0100)
commitdcacaba340276d6d02d2c8448017387876d339c9
tree547931c41f32d240b5c669f21b2656fd0e7115fe
parent837ab9007e28d4b585bbbd48fcbde3b4c40de8c6
spi: tegra210-quad: remove redundant error handling code

[ Upstream commit 400d9f1a27cc2fceabdb1ed93eaf0b89b6d32ba5 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-tegra210-quad.c