From: Joe Eykholt Date: Wed, 21 Oct 2009 23:26:45 +0000 (-0700) Subject: [SCSI] libfc: fix typo in retry check on received PRLI X-Git-Tag: v2.6.33-rc1~344^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b5893ca97c69e409ecbb5ee90a5d99882369c4;p=pandora-kernel.git [SCSI] libfc: fix typo in retry check on received PRLI A received Fibre Channel ELS PRLI request contains a bit that indicates whether the remote port supports certain retry processing sequences. The test for this bit was somehow coded to use multiply instead of AND! This case would apply only for target mode operation, and it is unlikely to be noticed as an initiator. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed