Messages in this thread |  | | Date | Wed, 17 Nov 2021 10:04:35 +0530 | From | Vinod Koul <> | Subject | Re: [PATCH v5] spi: spi-geni-qcom: Add support for GPI dma |
| |
On 16-11-21, 16:41, Mark Brown wrote: > On Tue, Nov 16, 2021 at 09:27:59PM +0530, Vinod Koul wrote: > > On 03-11-21, 14:17, Doug Anderson wrote: > > > > if (result->residue) { > > > dev_err(...); > > > return; > > > } > > > spi_finalize_current_transfer(...); > > > Should we always call spi_finalize_current_transfer() ? This way we > > timeout... What is the way to signal error has occurred..? > > Yes, set an error in the transfer and then finalize it.
Sure will do, thanks for confirming Mark
-- ~Vinod
|  |