summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-07-26 12:11:39 -0500
committerJassi Brar <jaswinder.singh@linaro.org>2018-08-03 18:56:08 +0530
commit3512a18cbd8d09e22a790540cb9624c3c49827ba (patch)
tree71bdba1f0683118e899ecfb67e5f08fc5523b279 /drivers/ide/ide-dma.c
parent0585df468e8f4481b78256a2bf09449290bfcbf3 (diff)
downloadlinux-3512a18cbd8d09e22a790540cb9624c3c49827ba.tar.gz
linux-3512a18cbd8d09e22a790540cb9624c3c49827ba.tar.bz2
linux-3512a18cbd8d09e22a790540cb9624c3c49827ba.zip
mailbox: xgene-slimpro: Fix potential NULL pointer dereference
There is a potential execution path in which function platform_get_resource() returns NULL. If this happens, we will end up having a NULL pointer dereference. Fix this by replacing devm_ioremap with devm_ioremap_resource, which has the NULL check and the memory region request. This code was detected with the help of Coccinelle. Cc: stable@vger.kernel.org Fixes: f700e84f417b ("mailbox: Add support for APM X-Gene platform mailbox driver") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/ide/ide-dma.c')
0 files changed, 0 insertions, 0 deletions