Commits

Robin Gong committed 0d58b401cda
MLK-15135-1: dma: imx-sdma: fix build warning on aarch64 fix below build warning with aarch64: drivers/dma/imx-sdma.c: In function ‘sdma_prep_dma_cyclic’: drivers/dma/imx-sdma.c:1727:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t’ [-Wformat=] dev_dbg(sdma->dev, "entry %d: count: %d dma: %pad %s%s\n", Signed-off-by: Robin Gong <yibin.gong@nxp.com>