Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Mark Einon
On Tue, Sep 30, 2014 at 11:25:43PM +0530, Karthik Nayak wrote: > Removes the 'out of memory' warning issued by checkpatch > > Signed-off-by: Karthik Nayak > --- Hi, I'm not sure which tree you're working agianst, but this change has already been made and is on both staging-next and linux-next.

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issued by checkpatch Signed-off-by: Karthik Nayak --- drivers/staging/et131x/et131x.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 41fcaa0..f92cceb 100644 ---

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread karthik nayak
Oops, i sent the old commit again, sorry! Regards, Karthik Nayak On Tue, Sep 30, 2014 at 11:10 PM, Fabio Estevam wrote: > On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote: >> Removes the 'out of memory' warning issues by checkpatch >> >> Signed-off-by: Karthik Nayak >> --- >>

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Fabio Estevam
On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote: > Removes the 'out of memory' warning issues by checkpatch > > Signed-off-by: Karthik Nayak > --- > drivers/staging/et131x/et131x.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/et131x/et131x.c

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issues by checkpatch Signed-off-by: Karthik Nayak --- drivers/staging/et131x/et131x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 41fcaa0..f1a9296 100644 ---

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issues by checkpatch Signed-off-by: Karthik Nayak karthik@gmail.com --- drivers/staging/et131x/et131x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 41fcaa0..f1a9296 100644 ---

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Fabio Estevam
On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak karthik@gmail.com wrote: Removes the 'out of memory' warning issues by checkpatch Signed-off-by: Karthik Nayak karthik@gmail.com --- drivers/staging/et131x/et131x.c | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread karthik nayak
Oops, i sent the old commit again, sorry! Regards, Karthik Nayak On Tue, Sep 30, 2014 at 11:10 PM, Fabio Estevam feste...@gmail.com wrote: On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak karthik@gmail.com wrote: Removes the 'out of memory' warning issues by checkpatch Signed-off-by:

[PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Karthik Nayak
Removes the 'out of memory' warning issued by checkpatch Signed-off-by: Karthik Nayak karthik@gmail.com --- drivers/staging/et131x/et131x.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index

Re: [PATCH] staging: et131x: remove unneccessary 'out of memory' message

2014-09-30 Thread Mark Einon
On Tue, Sep 30, 2014 at 11:25:43PM +0530, Karthik Nayak wrote: Removes the 'out of memory' warning issued by checkpatch Signed-off-by: Karthik Nayak karthik@gmail.com --- Hi, I'm not sure which tree you're working agianst, but this change has already been made and is on both