commit | 9dc9cb0c9ad0f999e29ce4c4f307cd2abbe752d3 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Tue Apr 15 07:58:15 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Wed Apr 16 10:11:47 2014 -0500 |
tree | d5a2035c66129022df6981e1e1d1b67f3400cd1d | |
parent | ae8dd0cc4146740e24ffb2092530c47e838001c5 [diff] |
usb: phy: return an error in usb_get_phy() if try_module_get() fails In case we found a matching USB PHY in usb_get_phy() but the call to try_module_get() fails, we shouldn't return a (probably soon dangling) pointer but an ERR_PTR instead. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>