commit | bc54133428ff4985f7e32777c9e18f34b847c5ed | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Fri Apr 20 15:32:04 2012 +0530 |
committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | Mon Apr 23 08:54:24 2012 +0530 |
tree | ba1e9a595f6f7a5fb2422352e02990afebb9503d | |
parent | d41707f4211d9b6e40e4a972035d90d0db38a988 [diff] |
USB: OTG: msm: Fix error handling in probe If clk_get on core_clk fails in probe function, the return value is incorrectly assigned. Assign the ret variable to the error code returned for core_clk not alt_core_clk. Change-Id: Icca82e8e44cd40149205c246f427ab82e4656268 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>