From: Dan Carpenter Date: Fri, 25 Feb 2011 23:03:23 +0000 (-0800) Subject: [SCSI] fcoe: precedence bug in fcoe_filter_frames() X-Git-Tag: v2.6.39-rc1~440^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f96d20708c53c6825f842beb7bed06f5f15aca;p=pandora-kernel.git [SCSI] fcoe: precedence bug in fcoe_filter_frames() Negate has higher precedence than bitwise AND. FCPHF_CRC_UNCHECKED is 0x1 so the original code is equivalent to: if (!fr_flags(fp)) { ... Signed-off-by: Dan Carpenter Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed