commit | 44cdb791ae7bc40e0331b78a73992be44079a3ec | [log] [tgz] |
---|---|---|
author | Mitch Williams <mitch.a.williams@intel.com> | Fri Nov 06 15:26:11 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Dec 03 02:23:38 2015 -0800 |
tree | ece7c735524a44571132bf3642706c6395389e37 | |
parent | b82bc49ede1f012d37ba8777e8232cd7c01365cd [diff] |
i40e/i40evf: use logical operator We shouldn't be using a bitwise operator here; it's not a bitwise operation. Use a logical operator instead. Why doesn't c have a logical-or-and-assign operator? Change-ID: Id84f3ca884910bed7073c84b1e16a102e958d0de Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>