Re: [PATCH 08/15] regulator: fan53555: Do not hardcode return values

2014-02-19 Thread Mark Brown
On Tue, Feb 18, 2014 at 04:11:04PM +0530, Sachin Kamat wrote: > Propagate the error values returned by the function instead. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 08/15] regulator: fan53555: Do not hardcode return values

2014-02-19 Thread Mark Brown
On Tue, Feb 18, 2014 at 04:11:04PM +0530, Sachin Kamat wrote: Propagate the error values returned by the function instead. Applied, thanks. signature.asc Description: Digital signature

[PATCH 08/15] regulator: fan53555: Do not hardcode return values

2014-02-18 Thread Sachin Kamat
Propagate the error values returned by the function instead. Signed-off-by: Sachin Kamat --- drivers/regulator/fan53555.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c index 7ca3d9e3b0fe..a10df7d150cc

[PATCH 08/15] regulator: fan53555: Do not hardcode return values

2014-02-18 Thread Sachin Kamat
Propagate the error values returned by the function instead. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/regulator/fan53555.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c index