RE: [PATCH V2 06/24] aacraid: Reworked scsi command submission path

2017-01-26 Thread Raghava Aditya Renukunta
oll ; Gana > Sridaran ; Scott Benesh > > Subject: Re: [PATCH V2 06/24] aacraid: Reworked scsi command submission > path > > EXTERNAL EMAIL > > > On Wed, Jan 25, 2017 at 10:00:53AM -0800, Raghava Aditya Renukunta wrote: > > Moved the READ and WRITE switch cases to

Re: [PATCH V2 06/24] aacraid: Reworked scsi command submission path

2017-01-26 Thread Johannes Thumshirn
On Wed, Jan 25, 2017 at 10:00:53AM -0800, Raghava Aditya Renukunta wrote: > Moved the READ and WRITE switch cases to the top. Added a default > case to the switch case and replaced duplicate scsi result value with a > macro. Can you please explain why you did the changes as well? -- Johannes Th

[PATCH V2 06/24] aacraid: Reworked scsi command submission path

2017-01-25 Thread Raghava Aditya Renukunta
Moved the READ and WRITE switch cases to the top. Added a default case to the switch case and replaced duplicate scsi result value with a macro. Signed-off-by: Raghava Aditya Renukunta Signed-off-by: Dave Carroll --- Changes in V2: None drivers/scsi/aacraid/aachba.c | 172 +++