ipv6: fix a sparse warning
authorEric Dumazet <edumazet@google.com>
Mon, 18 Feb 2013 10:18:52 +0000 (10:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 20:28:00 +0000 (15:28 -0500)
commit8064b3cf750e71fdaf306abb4433a93d0f45f4c9
treeb6f55805b224da0cfbb29d9e2f1b19cfe0842eea
parent40d1ae57a0eb2ea8196e15cd2d54ffc186497522
ipv6: fix a sparse warning

net/ipv6/reassembly.c:82:72: warning: incorrect type in argument 3 (different base types)
net/ipv6/reassembly.c:82:72:    expected unsigned int [unsigned] [usertype] c
net/ipv6/reassembly.c:82:72:    got restricted __be32 [usertype] id

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c