Re: [PATCH V5 1/3] soc: qcom: geni: Remove "iova" check

2020-10-08 Thread Wolfram Sang
On Thu, Oct 01, 2020 at 02:14:23PM +0530, Roja Rani Yarubandi wrote: > Remove "iova" check from geni_se_tx_dma_unprep and geni_se_rx_dma_unprep > fucntions as invalidating with dma_mapping_error() is enough. > > Signed-off-by: Roja Rani Yarubandi Applied to for-next, thanks! The other patches n

Re: [PATCH V5 1/3] soc: qcom: geni: Remove "iova" check

2020-10-02 Thread Stephen Boyd
Quoting Roja Rani Yarubandi (2020-10-01 01:44:23) > Remove "iova" check from geni_se_tx_dma_unprep and geni_se_rx_dma_unprep > fucntions as invalidating with dma_mapping_error() is enough. s/fucntions/functions/ also s/invalidating/checking/ > > Signed-off-by: Roja Rani Yarubandi > --- Revi