From: Andrew Vasquez Date: Wed, 21 Nov 2012 07:40:33 +0000 (-0500) Subject: [SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional request proce... X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~22^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e98df229e915fdc38451d6f2de94e0589793288;p=pandora-kernel.git [SCSI] 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. Signed-off-by: Andrew Vasquez Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- Reading git-diff-tree failed