diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2015-06-04 23:24:02 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-07-23 15:33:55 +0300 |
commit | 41a1d04b9d2006fdac5cab7680cff89915610944 (patch) | |
tree | 283fc1e4281dfc7954f7ab0f60edf2f53db0ebf0 /lib/decompress_inflate.c | |
parent | f1c7e72e3903910d7cc25ed8f45b9ef42b96037d (diff) | |
download | linux-41a1d04b9d2006fdac5cab7680cff89915610944.tar.xz |
i40e: use BIT and BIT_ULL macros
Use macros for abstracting (1 << foo) to BIT(foo)
and (1ULL << foo64) to BIT_ULL(foo64) in order to match
better with kernel requirements.
NOTE: the adminq_cmd.h file was not modified on purpose because
of the dependency upon firmware for that file.
Change-ID: I73ee2e48c880d671948aad19bd53ca6b2ac558fc
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'lib/decompress_inflate.c')
0 files changed, 0 insertions, 0 deletions