[Intel-wired-lan] [V3: next PATCH S22 01/12] i40e: chomp the BIT(_ULL)
Bowers, AndrewX
andrewx.bowers at intel.com
Tue Nov 24 22:50:14 UTC 2015
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Deepthi Kavalur
> Sent: Thursday, November 19, 2015 11:34 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [V3: next PATCH S22 01/12] i40e: chomp the
> BIT(_ULL)
>
> From: Jesse Brandeburg <jesse.brandeburg at intel.com>
>
> 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.
>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg at intel.com>
> Change-ID: I6245e9abd447192dbde1669c747aeb2878126c7d
> ---
> drivers/net/ethernet/intel/i40e/i40e_main.c | 30 ++++++++++++++----------
> -----
> 1 file changed, 15 insertions(+), 15 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Patch code changes correctly applied
More information about the Intel-wired-lan
mailing list