commit | 330ed4da2c8eb821e70b1366a7af53eb1c7421fb | [log] [tgz] |
---|---|---|
author | Franck Jullien <franck.jullien@odyssee-systemes.fr> | Tue Mar 22 11:52:22 2016 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Apr 05 11:10:57 2016 -0700 |
tree | c513381a2a3214cf06fa1b8a9ec9358aab49e4b5 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
dmaengine: vdma: don't crash when bad channel is requested When client request a non existing channel from of_dma_xilinx_xlate we get a NULL pointer dereferencing. This patch fix this problem. Signed-off-by: Franck Jullien <franck.jullien@odyssee-systemes.fr> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>