Re: [PATCH 11/15] regulator: 88pm800: Remove redundant error message

2014-02-19 Thread Mark Brown
On Tue, Feb 18, 2014 at 04:11:07PM +0530, Sachin Kamat wrote: > kzalloc prints its own OOM message upon failure. Applied, thansk. signature.asc Description: Digital signature

Re: [PATCH 11/15] regulator: 88pm800: Remove redundant error message

2014-02-19 Thread Mark Brown
On Tue, Feb 18, 2014 at 04:11:07PM +0530, Sachin Kamat wrote: kzalloc prints its own OOM message upon failure. Applied, thansk. signature.asc Description: Digital signature

[PATCH 11/15] regulator: 88pm800: Remove redundant error message

2014-02-18 Thread Sachin Kamat
kzalloc prints its own OOM message upon failure. Signed-off-by: Sachin Kamat --- drivers/regulator/88pm800.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index d333f7eac106..7a721d67e6ac 100644 ---

[PATCH 11/15] regulator: 88pm800: Remove redundant error message

2014-02-18 Thread Sachin Kamat
kzalloc prints its own OOM message upon failure. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/regulator/88pm800.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index