commit | 508b2c13499aa459ff34123ec5641a72ca46777c | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Fri Sep 06 13:31:11 2013 +0530 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Oct 25 15:36:40 2013 -0700 |
tree | 9be1e5285ba0f704ae39f0b5830bfdc39c04bee3 | |
parent | 08a5c7e6842f9c4c1556f147af2a561056345a45 [diff] |
pm2301-charger: Check return value of regulator_enable Check the return value of regulator_enable to silence the following warning: drivers/power/pm2301_charger.c:725: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>