summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2019-01-25 01:45:54 +0000
committerChanwoo Choi <cw00.choi@samsung.com>2019-02-11 17:21:38 +0900
commit3dfed89512d3b65f6f092cfaaee53b0698bbf75e (patch)
tree3ba87a1eca05c1f4be83b0a87603fdcc42680d3a /drivers/extcon/extcon-max77693.c
parent4ed754de2d66084d4a7785f565d7c42ad89a3ea9 (diff)
downloadlinux-3dfed89512d3b65f6f092cfaaee53b0698bbf75e.tar.gz
linux-3dfed89512d3b65f6f092cfaaee53b0698bbf75e.tar.bz2
linux-3dfed89512d3b65f6f092cfaaee53b0698bbf75e.zip
extcon: ptn5150: Fix return value check in ptn5150_i2c_probe()
In case of error, the function devm_gpiod_get() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-max77693.c')
0 files changed, 0 insertions, 0 deletions