Re: [PATCH 09/23] regulator: max8997: Remove redundant error message

2014-02-20 Thread Mark Brown
On Thu, Feb 20, 2014 at 02:23:09PM +0530, Sachin Kamat wrote: > kzalloc prints its own OOM message upon failure. Applied, thanks. signature.asc Description: Digital signature

[PATCH 09/23] regulator: max8997: Remove redundant error message

2014-02-20 Thread Sachin Kamat
kzalloc prints its own OOM message upon failure. Signed-off-by: Sachin Kamat --- drivers/regulator/max8997.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/max8997.c b/drivers/regulator/max8997.c index 10108f2941e3..f657d8db9c0c 100644 --- a/drivers/regulator/max8997.c +