[PATCH 0/3] dmaengine: zynqmp_dma: coverity fixes

Radhey Shyam Pandey posted 3 patches 3 years, 12 months ago
drivers/dma/xilinx/zynqmp_dma.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
[PATCH 0/3] dmaengine: zynqmp_dma: coverity fixes
Posted by Radhey Shyam Pandey 3 years, 12 months ago
This patchset addresses coverity issues reported on zynqmp dma driver.


Radhey Shyam Pandey (2):
  dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data
    type
  dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of
    pm_runtime_get_sync()

Shravya Kumbham (1):
  dmaengine: zynqmp_dma: check dma_async_device_register return value

 drivers/dma/xilinx/zynqmp_dma.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] dmaengine: zynqmp_dma: coverity fixes
Posted by Vinod Koul 3 years, 11 months ago
On 10-05-22, 12:42, Radhey Shyam Pandey wrote:
> This patchset addresses coverity issues reported on zynqmp dma driver.
> 

Applied, thanks

-- 
~Vinod