Re: [U-Boot] [PATCH v2 1/3] Revert "power: regulator: Return success on attempt to disable an always-on regulator"

2019-01-21 Thread Simon Glass
On Fri, 11 Jan 2019 at 22:46, Lokesh Vutla wrote: > > This reverts commit e17e0ceb83538c015a50b965547f2f4d38f81c5d. > > It is advised to return an error when trying to disable an always-on > regulator and let the consumer driver handle the error if needed. > > Reviewed-by: Simon Glass >

[U-Boot] [PATCH v2 1/3] Revert "power: regulator: Return success on attempt to disable an always-on regulator"

2019-01-11 Thread Lokesh Vutla
This reverts commit e17e0ceb83538c015a50b965547f2f4d38f81c5d. It is advised to return an error when trying to disable an always-on regulator and let the consumer driver handle the error if needed. Reviewed-by: Simon Glass Signed-off-by: Lokesh Vutla ---