commit | 46dccc3573bc69e13fb5ea3d14dea2e940b3a1a9 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Jan 30 13:03:36 2017 -0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 31 21:01:56 2017 +0000 |
tree | c7c0596a03a4798f1aa58e1316942a6338f91883 | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d [diff] |
ASoC: qcom: lpass-cpu: Remove unnecessary clock checks Clean up the clock calling code by removing numerous IS_ERR() checks by just assigning the clock NULL; as this turn all used functions in the clk API to nops. Also include the word "optional" in the error message when failing to acquire the optional osr clocks. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>