Re: [U-Boot] [PATCH 05/12] power: regulator: palmas: get_enable should return integer

2017-06-16 Thread Simon Glass
On 12 June 2017 at 22:23, Keerthy wrote: > get_enable should be able to return error values. Hence change > the return type to integer. > > Signed-off-by: Keerthy > --- > drivers/power/regulator/palmas_regulator.c | 4 ++-- > 1 file changed, 2 insertions(+),

[U-Boot] [PATCH 05/12] power: regulator: palmas: get_enable should return integer

2017-06-12 Thread Keerthy
get_enable should be able to return error values. Hence change the return type to integer. Signed-off-by: Keerthy --- drivers/power/regulator/palmas_regulator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/regulator/palmas_regulator.c