mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>