mbox series

[0/4] ZynqMP DMA fixes

Message ID 20210914082817.22311-1-harini.katakam@xilinx.com (mailing list archive)
Headers show
Series ZynqMP DMA fixes | expand

Message

Harini Katakam Sept. 14, 2021, 8:28 a.m. UTC
Address coverage related issues in ZynqMP DMA driver.

Shravya Kumbham (4):
  dmaengine: zynqmp_dma: Typecast the variable to handle overflow
  dmaengine: zynqmp_dma: Typecast the variable with dma_addr_t to handle
    overflow
  dmaengine: zynqmp_dma: Add conditions for return value check
  dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning

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