aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2016-08-13 01:28:24 +0000
committerFelipe Balbi <[email protected]>2016-08-22 10:45:11 +0300
commit3295235fd70ed6d594aadee8c892a14f6a4b2d2e (patch)
tree70c9caaad86ed1420e13c8a2d340942088be1d11 /scripts/gdb/linux/tasks.py
parent83f8da562f8b5275fa1095b45762996971f7c607 (diff)
usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()
In case of error, the function usb_get_phy() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: b5a2875605ca ("usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS") Cc: <[email protected]> # v4.3+ Acked-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions