]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
i40e: chomp the BIT(_ULL)
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 19 Nov 2015 19:34:14 +0000 (11:34 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:56:01 +0000 (08:56 -0700)
commitc1d42bbb4f096d1f5d030dc63bedc9b784d19bc3
treed48150c99e88537461cc35cbd2d98cc4320f3691
parent8614bb5213c056ed415e6f021353cb8da0c17182
i40e: chomp the BIT(_ULL)

BugLink: http://bugs.launchpad.net/bugs/1536474
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>
(cherry picked from commit 75f5cea9ddef6a8f8cedb86c0ac8c696b258824d)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/intel/i40e/i40e_main.c