Re: [PATCH] extcon: Remove unnecessary OOM messages

2014-06-19 Thread Chanwoo Choi
On 06/18/2014 02:30 PM, Jingoo Han wrote: > The site-specific OOM messages are unnecessary, because they > duplicate the MM subsystem generic OOM message. The following > checkpatch warning is also removed. > > WARNING: Possible unnecessary 'out of memory' message > > Signed-off-by: Jingoo Han

Re: [PATCH] extcon: Remove unnecessary OOM messages

2014-06-18 Thread Charles Keepax
On Wed, Jun 18, 2014 at 02:30:21PM +0900, Jingoo Han wrote: > The site-specific OOM messages are unnecessary, because they > duplicate the MM subsystem generic OOM message. The following > checkpatch warning is also removed. > > WARNING: Possible unnecessary 'out of memory' message > > Signed-o

[PATCH] extcon: Remove unnecessary OOM messages

2014-06-17 Thread Jingoo Han
The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. The following checkpatch warning is also removed. WARNING: Possible unnecessary 'out of memory' message Signed-off-by: Jingoo Han --- drivers/extcon/extcon-arizona.c |4 +--- driv