commit | 66f5ce2538e06dd6d628e37bbd38c79631274c9f | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Dec 23 17:57:20 2015 +0530 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Feb 08 17:06:43 2016 -0800 |
tree | 88a23286f66a0414bc35dc179fb33c38096271f6 | |
parent | a3499e9bf0feeea593a9daae855986c685561893 [diff] |
clk: qcom: common: check for failure We were not checking the return from devm_add_action() which can fail. Start using the helper and devm_add_action_or_reset() and return directly as we know that the cleanup has been done by this helper. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>