From: Andrew Vasquez Date: Tue, 24 Mar 2009 16:07:55 +0000 (-0700) Subject: [SCSI] qla2xxx: Refactor request/response-queue register handling. X-Git-Tag: v2.6.30-rc1~185^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08029990b25b76b1bc167336358bd21812567f2a;p=pandora-kernel.git [SCSI] qla2xxx: Refactor request/response-queue register handling. Original code used an overabundance of indirect pointers to function helpers. Instead, the driver can exploit the immutable properties of a queue's ISP-association and ID, which are both known at queue initialization-time. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed