Re: [PATCH 05/15] regulator: max8925: Do not hardcode return value

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

[PATCH 05/15] regulator: max8925: 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/max8925-regulator.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/max8925-regulator.c b/drivers/regulator/max8925-regulator.c index 5b939894bf