power-supply: Rearrange code to remove duplicate lines
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Sep 2014 12:01:28 +0000 (17:31 +0530)
committerSebastian Reichel <sre@kernel.org>
Tue, 16 Sep 2014 09:01:31 +0000 (11:01 +0200)
commit8468b029a2871b1f0e372a9354bddeac6b03af3b
tree274be012eb8e0645dae52bacc7a9e8ba778151d6
parenta0f93b4268d903430d7e21110f10be0919daf3b2
power-supply: Rearrange code to remove duplicate lines

of_node_put() was called twice in power_supply_check_supplies() whereas a single
call will also work. Rearrange code a bit to make that feasible.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/power_supply_core.c