commit | f9c85486c4ae8fd56770340bd9c16a61127c96e1 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Sep 04 17:31:23 2014 +0530 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Sep 16 11:01:27 2014 +0200 |
tree | afd50e87aa06851ed681f8adc498c52796b65cda | |
parent | 8f5a37cb28fce189f3d6802ade98a116f59a47bf [diff] |
power-supply: Return early if "power-supplies" property isn't valid If power-supply's DT node doesn't have a valid "power-supplies" entry, then power_supply_check_supplies() should return early instead of trying to allocate memory for "supplied_from" array. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>