diff options
author | 2016-09-30 01:36:21 -0700 | |
---|---|---|
committer | 2016-10-28 23:28:39 -0700 | |
commit | c17ef430b9fd5f58074f5cdc0128d06a5ae92304 (patch) | |
tree | d4bd871686049f8e7fae7ac89e7355848847697e /tools/perf/scripts/python/syscall-counts.py | |
parent | i40e/i40evf: Changed version from 1.6.19 to 1.6.21 (diff) | |
download | linux-dev-c17ef430b9fd5f58074f5cdc0128d06a5ae92304.tar.xz linux-dev-c17ef430b9fd5f58074f5cdc0128d06a5ae92304.zip |
i40e: Fix bit logic error in failure case
Patch a036244c0686 "i40e: Fix kernel panic on enable/disable LLDP"
introduced an error in bit logic.
Originally this bit manipulation was meant to clear two bits to indicate
that DCB was not enabled or capable. An "&" was incorrectly used instead
of an "|" bit operator to combine the two bitmasks into one. This also
created a static checker error since the resultant code was a no-op.
This patch fixes the error by using the correct bit-wise operator.
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions