commit | 48fed03b4b37f03f469333269fec50b2b41ed7fb | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Sep 12 21:48:35 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 13 17:20:02 2016 +0200 |
tree | 12c7a351473fe1e38aab436fbeb0c83c410f2f61 | |
parent | 947c49afe41fca4c062a8a780b0e003115d7238c [diff] |
usb: musb: am35x: fix error return code in am35x_probe() Fix to return a negative error code from the usb_phy_generic_register() error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>