diff options
| author | Wei Yongjun <[email protected]> | 2021-03-08 09:48:39 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-10 09:37:18 +0100 |
| commit | f2d90e07b5df2c7745ae66d2d48cc350d3f1c7d2 (patch) | |
| tree | 0a0b6f4eb49a802a8a1fec793602dacb88ac09c1 /include/uapi/linux | |
| parent | 604c75893a01c8a3b5bd6dac55535963cd44c3f5 (diff) | |
usb: typec: stusb160x: fix return value check in stusb160x_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: da0cb6310094 ("usb: typec: add support for STUSB160x Type-C controller family")
Reported-by: Hulk Robot <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Reviewed-by: Amelie Delaunay <[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