From: Matthew Wilcox Date: Sun, 12 Feb 2006 16:28:19 +0000 (-0700) Subject: [SCSI] sym2: Mask off opcode from RBC X-Git-Tag: v2.6.16-rc4~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2230eac17486e2ee07091d54d898eb40bcd0fdd;p=pandora-kernel.git [SCSI] sym2: Mask off opcode from RBC pm->sg.size is set from the Residual Byte Count register. However, the upper byte of the RBC is the opcode of the instruction that was executing, so we need to mask it off. This fixes some spurious rejects of IGNORE WIDE RESIDUE messages. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed