commit | 6ff8ec98e12f984b9d62e43f83b0a3c44e2bdc12 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Feb 11 15:04:56 2017 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Feb 15 17:17:55 2017 -0800 |
tree | 3b3ac2cca699eb8684c72ffcfa8b4f61da252d76 | |
parent | 1006ccccd03c0e420bf0398a5ab944759268f387 [diff] |
clk: qcom: Do not drop device node twice of_find_node_by_name() drops the reference to a passed device node. It is not necessary to drop it again, and doing so may result in the device node being released prematurely. Cc: Rob Herring <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Fixes: ee15faffef11 ("clk: qcom: common: Add API to register board clocks backwards compatibly") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>