aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/emif.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2019-10-29 09:57:56 -0700
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>2019-10-29 09:57:56 -0700
commitc6b69bf143734a797b45e4728dc5ad80586d206c (patch)
tree51a3940b24d98188d8e38c9368bc861fe18c95db /drivers/memory/emif.c
parentsoc: ti: omap-prm: add omap5 PRM data (diff)
downloadlinux-dev-c6b69bf143734a797b45e4728dc5ad80586d206c.tar.xz
linux-dev-c6b69bf143734a797b45e4728dc5ad80586d206c.zip
soc: ti: omap-prm: fix return value check in omap_prm_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: 3e99cb214f03 ("soc: ti: add initial PRM driver with reset control support") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Diffstat (limited to 'drivers/memory/emif.c')
0 files changed, 0 insertions, 0 deletions