Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-12 Thread Andy Shevchenko
On Sat, Mar 3, 2018 at 11:00 PM, Sudip Mukherjee wrote: > Hi Greg, > > On Thu, Mar 01, 2018 at 01:06:09PM +0100, Greg Kroah-Hartman wrote: >> On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: >> > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee >> >

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-12 Thread Andy Shevchenko
On Sat, Mar 3, 2018 at 11:00 PM, Sudip Mukherjee wrote: > Hi Greg, > > On Thu, Mar 01, 2018 at 01:06:09PM +0100, Greg Kroah-Hartman wrote: >> On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: >> > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee >> > wrote: >> > > From: Markus

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-03 Thread Sudip Mukherjee
Hi Greg, On Thu, Mar 01, 2018 at 01:06:09PM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: > > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee > > wrote: > > > From: Markus Elfring >

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-03 Thread Sudip Mukherjee
Hi Greg, On Thu, Mar 01, 2018 at 01:06:09PM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: > > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee > > wrote: > > > From: Markus Elfring > > > > > > Omit an extra message for a memory allocation

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 2:06 PM, Greg Kroah-Hartman wrote: > On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: >> On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee >> wrote: >> > From: Markus Elfring

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Andy Shevchenko
On Thu, Mar 1, 2018 at 2:06 PM, Greg Kroah-Hartman wrote: > On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: >> On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee >> wrote: >> > From: Markus Elfring >> > >> > Omit an extra message for a memory allocation failure in this function.

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Greg Kroah-Hartman
On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee > wrote: > > From: Markus Elfring > > > > Omit an extra message for a memory allocation failure in this function. > > > >

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Greg Kroah-Hartman
On Thu, Mar 01, 2018 at 12:46:07PM +0200, Andy Shevchenko wrote: > On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee > wrote: > > From: Markus Elfring > > > > Omit an extra message for a memory allocation failure in this function. > > > > This issue was detected by using the Coccinelle software. >

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Andy Shevchenko
On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee wrote: > From: Markus Elfring > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > Greg, just to be

Re: [PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-03-01 Thread Andy Shevchenko
On Wed, Feb 7, 2018 at 9:47 PM, Sudip Mukherjee wrote: > From: Markus Elfring > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > Greg, just to be sure this series is under your scope. IIRC it had been sent

[PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-02-07 Thread Sudip Mukherjee
From: Markus Elfring Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Sudip Mukherjee

[PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()

2018-02-07 Thread Sudip Mukherjee
From: Markus Elfring Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Sudip Mukherjee --- drivers/parport/parport_ax88796.c | 4 +--- 1 file changed, 1 insertion(+),