dmaengine: pl330: Check if the DMA descriptor is NULL
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Sat, 19 Jul 2014 01:21:47 +0000 (03:21 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 22 Jul 2014 16:08:43 +0000 (21:38 +0530)
commitb1e51d771fbc9fec15785760a2f725040a0fe671
treee16653425118d99fb375d7d6209ecf1d624bcbb7
parentff4d02419ada5f2f174c646c58c5d07ddcf59de5
dmaengine: pl330: Check if the DMA descriptor is NULL

Commit 6079d38 ("dmaengine: pl330: Remove useless xfer_cb indirection")
removed the __callback() function which created an unnecessary level of
indirection to execute the tranfer callback .xfer_cb

Unfortunately the commit also changed the semantics slightly since that
function used to check if the request was not NULL before attempting to
execute the callback function. Not checking this could lead to a kernel
NULL pointer dereference error.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c
This page took 0.026832 seconds and 5 git commands to generate.