]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Use correct Request-Q-Out register during bidirectional request processing
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Mon, 8 Oct 2012 07:13:26 +0000 (12:43 +0530)
committerJerry Snitselaar <jerry.snitselaar@oracle.com>
Thu, 29 Nov 2012 22:18:24 +0000 (15:18 -0700)
commit245bee86803d4305e9f91cde569ec866eb32464b
tree1ca8b0254c7ee1ec132a2d359f2e308e79f8f112
parente6286fae32c9e90e0975ba59c28b9893ef8ade14
qla2xxx: Use correct Request-Q-Out register during bidirectional request processing

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.

JIRA Key: V2632FC-284

Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Acked-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Acked-by: Atul Deshmukh <atul.deshmukh@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Jerry Snitselaar <jerry.snitselaar@oracle.com>
drivers/scsi/qla2xxx/qla_iocb.c