commit | ded017ee6c7b90f7356bd8488f8af1c10ba90490 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Tue Jun 26 17:40:32 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 02 10:40:49 2012 +0300 |
tree | 1ed1612aa13f24e1aa8480fb497d2a0311fae9cc | |
parent | b8a3efa3a363720687d21228d6b23b988a223bbb [diff] |
usb: phy: fix return value check of usb_get_phy usb_get_phy will return -ENODEV if it's not able to find the phy. Hence fixed all the callers of usb_get_phy to check for this error condition instead of relying on a non-zero value as success condition. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>