[NET_SCHED]: sch_atm: fix format string warning
authorPatrick McHardy <kaber@trash.net>
Thu, 24 Jan 2008 04:32:06 +0000 (20:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:11:14 +0000 (15:11 -0800)
commitf5e5cb75539749960d7d35f8a7da29e2f4b96320
tree80a113879a8b090e362d0611a677186e7e1bd5c8
parentdde1bc0e6f86183bc095d0774cd109f4edf66ea2
[NET_SCHED]: sch_atm: fix format string warning

Fix format string warning introduces by the netlink API conversion:

net/sched/sch_atm.c:250: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'int'.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_atm.c