Re: [PATCH 01/15] regulator: wm8350: Do not hardcode return value

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

[PATCH 01/15] regulator: wm8350: 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/wm8350-regulator.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c index de7b9c73e