commit | c009d9efe966f1f2ac300d43895bb448a9d27cc0 | [log] [tgz] |
---|---|---|
author | Patrick Daly <pdaly@codeaurora.org> | Mon Oct 01 11:55:27 2012 -0700 |
committer | Patrick Daly <pdaly@codeaurora.org> | Wed Oct 03 11:30:41 2012 -0700 |
tree | 6c3fc5464d192351e7cfc6feeb79b7eef569cd93 | |
parent | 215349913ac21ecc46d8cab4b69417d89317c831 [diff] |
msm: clock: Return error upon invalid call to clk_set_rate Calls to clk_set_rate should only change the voltage vote if the clock is prepared. However, they need to check if the rate is valid even if the clock is not prepared. Change-Id: I5f13807e803689489f2b43bd58fbd8f46137c0e2 Signed-off-by: Patrick Daly <pdaly@codeaurora.org>