i40e: chomp the BIT(_ULL)
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 19 Nov 2015 19:34:14 +0000 (11:34 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 13 Dec 2015 05:08:04 +0000 (21:08 -0800)
commit75f5cea9ddef6a8f8cedb86c0ac8c696b258824d
tree924eb29beb68103cd0a6f538ed2ababf6349b701
parent1d72135dd6be396bf724cd962555758c0277db93
i40e: chomp the BIT(_ULL)

BIT_ULL was used on a u32 or less where it can simply be BIT. This
fixes some trivial static analyzer warnings. Chomp, chomp.

Tested with objdump of binary before and after, no changes to code.

Change-ID: I6245e9abd447192dbde1669c747aeb2878126c7d
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c