[PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths

Swati Agarwal posted 3 patches 3 years, 7 months ago
drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
[PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths
Posted by Swati Agarwal 3 years, 7 months ago
Fix Unchecked return value coverity warning.
Fix probe error cleanup.

v2: split probe cleanup patch into two patches.

Swati Agarwal (3):
  dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error
    handling
  dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
  dmaengine: xilinx_dma: Report error in case of
    dma_set_mask_and_coherent API failure

 drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

-- 
2.17.1
Re: [PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths
Posted by Vinod Koul 3 years, 7 months ago
On 17-08-22, 11:41, Swati Agarwal wrote:
> Fix Unchecked return value coverity warning.
> Fix probe error cleanup.

Applied, thanks

-- 
~Vinod