git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d4b15
)
ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big...
author
Peter Hüwe
<PeterHuewe@gmx.de>
Thu, 3 Jan 2013 04:23:50 +0000
(
04:23
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 4 Jan 2013 23:11:32 +0000
(15:11 -0800)
Sparse complains that:
drivers/net/ethernet/broadcom/tg3.c:5670:55: sparse: constant
0x7fffffffffffffff is so big it is long long (on x86/32 bit)
so we suffix the constant with LL in the header file.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found