Re: [PATCH] i40e: fix sparse warning

2015-02-05 Thread Jeff Kirsher
On Thu, 2015-02-05 at 15:13 +, Lad Prabhakar wrote: > From: "Lad, Prabhakar" > > this patch fixes following sparse warning: > > i40e_lan_hmc.c:911:24: warning: constant 0x is so big > it is unsigned long > > Signed-off-by: Lad, Prabhakar > --- > Found this issue on linux-n

[PATCH] i40e: fix sparse warning

2015-02-05 Thread Lad Prabhakar
From: "Lad, Prabhakar" this patch fixes following sparse warning: i40e_lan_hmc.c:911:24: warning: constant 0x is so big it is unsigned long Signed-off-by: Lad, Prabhakar --- Found this issue on linux-next (gcc version 4.8.2, sparse version 0.4.5-rc1)and applies on top linu