]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-ti-qspi: Fix error handling
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 18 Feb 2017 09:42:02 +0000 (10:42 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 19 Feb 2017 16:27:35 +0000 (16:27 +0000)
commit168561a58c34b168677503ac4c343be9e88b7ada
tree6e8375fcf04ade1c5dd44c3936146ac196b4658c
parent19d6ffe2f47754d57b74350bba87599bfd364ae7
spi: spi-ti-qspi: Fix error handling

'dma_request_chan_by_mask()' can not return NULL.
Try to keep the logic in 'no_dma:' by resetting 'qspi->rx_chan' in case
of error.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ti-qspi.c