aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2015-11-19 11:34:14 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-12-12 21:08:04 -0800
commit75f5cea9ddef6a8f8cedb86c0ac8c696b258824d (patch)
tree924eb29beb68103cd0a6f538ed2ababf6349b701 /drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
parentMerge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (diff)
downloadlinux-dev-75f5cea9ddef6a8f8cedb86c0ac8c696b258824d.tar.xz
linux-dev-75f5cea9ddef6a8f8cedb86c0ac8c696b258824d.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions