summary refs log tree commit diff
path: root/drivers/spi/spi-ep93xx.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2020-04-29 02:54:26 +0000
committerMark Brown <broonie@kernel.org>2020-04-29 18:52:15 +0100
commitf84b604dbaf242d17135f527dbe81093a41226b3 (patch)
treee2b05715c0d8238dec6d40a7dbeea425dd79ee35 /drivers/spi/spi-ep93xx.c
parent68d047cb0a20f612506c6cf3a98e3600a7d4371f (diff)
downloadlinux-f84b604dbaf242d17135f527dbe81093a41226b3.tar.gz
spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_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: bbb336f39efc ("spi: spi-amd: Add AMD SPI controller driver support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20200429025426.167664-1-weiyongjun1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-ep93xx.c')
0 files changed, 0 insertions, 0 deletions