Searched hist:be4cf718cd9929e867ed1ff06d23fb4d08cc2d36 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | imx-sdma.c | diff be4cf718cd9929e867ed1ff06d23fb4d08cc2d36 Wed May 13 01:04:05 CDT 2020 Sascha Hauer <s.hauer@pengutronix.de> dmaengine: imx-sdma: initialize all script addresses
The script addresses array increases with each new version. The driver initializes the array to -EINVAL initially, but only up to the size of the v1 array. Initialize the additional addresses for the newer versions as well. Without this uninitialized values of the newer arrays are treated as valid.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Robin Gong <yibin.gong@nxp.com> Link: https://lore.kernel.org/r/20200513060405.18685-1-s.hauer@pengutronix.de Signed-off-by: Vinod Koul <vkoul@kernel.org>
|