Re: [PATCH] aic7xxx: fix coccicheck warnings

2013-03-12 Thread James Bottomley
On Tue, 2013-03-12 at 08:48 +0200, Silviu Popescu wrote: > On Sun, Mar 10, 2013 at 10:04 PM, Silviu-Mihai Popescu > wrote: > > This replaces a call to kmalloc() followed by memset() with just one > > call to kzalloc(). > > > > Signed-off-by: Silviu-Mihai Popescu > > --- > >

Re: [PATCH] aic7xxx: fix coccicheck warnings

2013-03-12 Thread Silviu Popescu
On Sun, Mar 10, 2013 at 10:04 PM, Silviu-Mihai Popescu wrote: > This replaces a call to kmalloc() followed by memset() with just one > call to kzalloc(). > > Signed-off-by: Silviu-Mihai Popescu > --- > drivers/scsi/aic7xxx/aic79xx_osm.c |3 +-- > drivers/scsi/aic7xxx/aic7xxx_osm.c |3

Re: [PATCH] aic7xxx: fix coccicheck warnings

2013-03-12 Thread Silviu Popescu
On Sun, Mar 10, 2013 at 10:04 PM, Silviu-Mihai Popescu silviupopescu1...@gmail.com wrote: This replaces a call to kmalloc() followed by memset() with just one call to kzalloc(). Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com --- drivers/scsi/aic7xxx/aic79xx_osm.c |3 +--

Re: [PATCH] aic7xxx: fix coccicheck warnings

2013-03-12 Thread James Bottomley
On Tue, 2013-03-12 at 08:48 +0200, Silviu Popescu wrote: On Sun, Mar 10, 2013 at 10:04 PM, Silviu-Mihai Popescu silviupopescu1...@gmail.com wrote: This replaces a call to kmalloc() followed by memset() with just one call to kzalloc(). Signed-off-by: Silviu-Mihai Popescu