[DCCP]: Warning fixes.
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 6 Feb 2007 02:18:21 +0000 (18:18 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:38:56 +0000 (12:38 -0800)
commit0f08461ebf89e10f7db9042fb028359b810c3c81
tree3a8bdeebfd307483d3a6ab094a770449112b4135
parent919afbd68863550665b328a78107bc2919c5e3f4
[DCCP]: Warning fixes.

net/dccp/ccids/ccid3.c: In function `ccid3_hc_rx_packet_recv':
net/dccp/ccids/ccid3.c:1007: warning: long int format, different type arg (arg 3)
net/dccp/ccids/ccid3.c:1007: warning: long int format, different type arg (arg 4)

opaque types must be suitably cast for printing.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/ccid3.c