Re: [PATCH v3 2/5] leds: lm3692x: Don't overwrite return value in error path

2019-09-23 Thread Dan Murphy
Guido Thanks for the update Reviewed-by: Dan Murphy On 9/21/19 4:12 PM, Guido Günther wrote: The driver currently reports successful initialization on every failure as long as it's able to power off the regulator. Don't check the return value of regulator_disable to avoid that. Signed-off-by

[PATCH v3 2/5] leds: lm3692x: Don't overwrite return value in error path

2019-09-22 Thread Guido Günther
The driver currently reports successful initialization on every failure as long as it's able to power off the regulator. Don't check the return value of regulator_disable to avoid that. Signed-off-by: Guido Günther Acked-by: Pavel Machek --- drivers/leds/leds-lm3692x.c | 9 + 1 file cha