Re: [PATCH 10/15] regulator: da9055: Do not hardcode return value

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

[PATCH 10/15] regulator: da9055: Do not hardcode return value

2014-02-18 Thread Sachin Kamat
Propagate the error value returned by the function instead. Signed-off-by: Sachin Kamat --- drivers/regulator/da9055-regulator.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/da9055-regulator.c b/drivers/regulator/da9055-regulator.c index 126e7c6d2c12.