[SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional request proce...
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Wed, 21 Nov 2012 07:40:33 +0000 (02:40 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 30 Nov 2012 14:47:48 +0000 (14:47 +0000)
Original code was not corrected for ISP83xx support. Instead code should used
the cached reference from the req_que structure, rather than the legacy
'if (ISP-TYPE(X))... else if (ISP-TYPE(Y))...' codes.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found