From: Roland Dreier Date: Tue, 14 Feb 2012 00:18:16 +0000 (-0800) Subject: target: Don't set WBUS16 or SYNC bits in INQUIRY response X-Git-Tag: v3.4-rc1~146^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effc6cc8828257c32c37635e737f14fd6e19ecd7;p=pandora-kernel.git target: Don't set WBUS16 or SYNC bits in INQUIRY response SPC-4 says about the WBUS16 and SYNC bits: The meanings of these fields are specific to SPI-5 (see 6.4.3). For SCSI transport protocols other than the SCSI Parallel Interface, these fields are reserved. We don't have a SPI fabric module, so we should never set these bits. (The comment was misleading, since it only mentioned Sync but the actual code set WBUS16 too). Signed-off-by: Roland Dreier Cc: stable@vger.kernel.org Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed