RE: [PATCH 02/47] aacraid: split off host reset

2017-06-29 Thread Raghava Aditya Renukunta
.kernel.org; > Hannes Reinecke ; Hannes Reinecke > Subject: [PATCH 02/47] aacraid: split off host reset > > EXTERNAL EMAIL > > > Split off the host reset parts of aac_eh_reset() into a separate > host reset function. > > Signed-off-by: Hannes R

Re: [PATCH 02/47] aacraid: split off host reset

2017-06-28 Thread Johannes Thumshirn
On Wed, Jun 28, 2017 at 10:32:28AM +0200, Hannes Reinecke wrote: > + struct scsi_device * dev = cmd->device; > + struct Scsi_Host * host = dev->host; > + struct aac_dev * aac = (struct aac_dev *)host->hostdata; Minor nit, if you happen to re-send, please remove the space between the as

[PATCH 02/47] aacraid: split off host reset

2017-06-28 Thread Hannes Reinecke
Split off the host reset parts of aac_eh_reset() into a separate host reset function. Signed-off-by: Hannes Reinecke --- drivers/scsi/aacraid/linit.c | 33 ++--- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scs