Re: [PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-04 Thread Sachin Kamat
On 4 September 2013 15:11, Lee Jones wrote: > On Mon, 02 Sep 2013, Sachin Kamat wrote: > >> 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

Re: [PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-04 Thread Lee Jones
On Mon, 02 Sep 2013, Sachin Kamat wrote: > 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] I

Re: [PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-04 Thread Lee Jones
On Mon, 02 Sep 2013, Sachin Kamat wrote: 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] I think I

Re: [PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-04 Thread Sachin Kamat
On 4 September 2013 15:11, Lee Jones lee.jo...@linaro.org wrote: On Mon, 02 Sep 2013, Sachin Kamat wrote: 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’,

[PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-02 Thread Sachin Kamat
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 Cc: Lee Jones ---

[PATCH 1/4] ab8500-charger: Check return value of regulator_enable

2013-09-02 Thread Sachin Kamat
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.ka...@linaro.org Cc: