From: Jesse Brandeburg Date: Wed, 16 Apr 2014 01:21:40 +0000 (+0000) Subject: i40e: don't use OR to check a value X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~66^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a90b70d8ffe6dd82a3fa22515a2ebc399aca28;p=pandora-kernel.git i40e: don't use OR to check a value A couple of FD checks ended up using bitwise OR to check a value, which ends up always being evaluated to true. This should fix the issue. Thanks to DaveJ for noticing and reporting the issue! CC: Dave Jones Reported-by: Dave Jones Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed