commit | 6de7ef3e309acb1e55ae122b85a2665064832b0c | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Fri Sep 06 13:31:09 2013 +0530 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Oct 25 15:36:05 2013 -0700 |
tree | 6429d3075d031c1070efe4587fc40949954250f8 | |
parent | f07c11ea32eebf81b7c1e59da2d119bf023882f2 [diff] |
ab8500-charger: Check return value of regulator_enable Check the return value of regulator_enable to silence the following type of warnings: drivers/power/ab8500_charger.c:1390:20: warning: ignoring return value of ‘regulator_enable’, declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Anton Vorontsov <anton@enomsg.org>