Re: [PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data

2017-05-23 Thread Hannes Reinecke
On 05/24/2017 02:34 AM, Bart Van Assche wrote: > Since the SCSI core zeroes driver-private command data, remove > that code from the snic driver. > > Signed-off-by: Bart Van Assche > Cc: Narsimhulu Musini > Cc: Sesidhar Baddela > Cc: Christoph Hellwig > Cc: Hannes Reinecke > --- > drivers/sc

[PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data

2017-05-23 Thread Bart Van Assche
Since the SCSI core zeroes driver-private command data, remove that code from the snic driver. Signed-off-by: Bart Van Assche Cc: Narsimhulu Musini Cc: Sesidhar Baddela Cc: Christoph Hellwig Cc: Hannes Reinecke --- drivers/scsi/snic/snic_scsi.c | 2 -- 1 file changed, 2 deletions(-) diff --