summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2015-06-04 16:24:02 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-07-23 05:33:55 -0700
commit41a1d04b9d2006fdac5cab7680cff89915610944 (patch)
tree283fc1e4281dfc7954f7ab0f60edf2f53db0ebf0 /drivers/net/ethernet/qlogic
parentf1c7e72e3903910d7cc25ed8f45b9ef42b96037d (diff)
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 'drivers/net/ethernet/qlogic')
0 files changed, 0 insertions, 0 deletions