]> git.baikalelectronics.ru Git - kernel.git/commit
spi: tegra210-quad: Fix combined sequence
authorKrishna Yarlagadda <kyarlagadda@nvidia.com>
Sat, 1 Oct 2022 12:21:44 +0000 (17:51 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 3 Oct 2022 15:27:52 +0000 (16:27 +0100)
commit908941eed2af82aed6c25ffb6044f034a43b3aff
treeae544647d592b01880060998caf3440ec0ed3927
parente18f05eeca5bb55bb79ec83878b7963ecc89e8ce
spi: tegra210-quad: Fix combined sequence

Return value should be updated to zero in combined sequence routine
if transfer is completed successfully. Currently it holds timeout value
resulting in errors.

Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
Link: https://lore.kernel.org/r/20221001122148.9158-1-kyarlagadda@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra210-quad.c