net: dsa: b53: Add missing ULL suffix for 64-bit constant
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 3 Aug 2016 19:42:18 +0000 (21:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Aug 2016 04:11:08 +0000 (00:11 -0400)
commit5e3b724e2767fb6495df1dcccaf7c79585c78ae9
treef6dfa3e24dab650e01585be12fa21269cff5d475
parent94d9f1c5906b20053efe375b6d66610bca4b8b64
net: dsa: b53: Add missing ULL suffix for 64-bit constant

On 32-bit (e.g. with m68k-linux-gnu-gcc-4.1):

    drivers/net/dsa/b53/b53_common.c: In function ‘b53_arl_read’:
    drivers/net/dsa/b53/b53_common.c:1072: warning: integer constant is too large for ‘long’ type

Fixes: 1da6df85c6fbed8f ("net: dsa: b53: Implement ARL add/del/dump operations")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_regs.h