diff options
| author | Wei Yongjun <[email protected]> | 2021-03-08 09:48:41 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-10 09:37:18 +0100 |
| commit | 604c75893a01c8a3b5bd6dac55535963cd44c3f5 (patch) | |
| tree | 76652eb8e2df4c076de3e8bb79d1d0286f520890 /include/uapi/linux | |
| parent | 493d0856de5eb9fd040a09475ea2cb5576984a6e (diff) | |
usb: typec: tps6598x: Fix return value check in tps6598x_probe()
In case of error, the function device_get_named_child_node() returns
NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Fixes: 18a6c866bb19 ("usb: typec: tps6598x: Add USB role switching logic")
Reported-by: Hulk Robot <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions