pkt_sched: sch_api: Move away from NLMSG_NEW().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:50:05 +0000 (21:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:54:15 +0000 (21:54 -0700)
commit02ef22ca4044fe90867f77cba720e4a442122826
tree3a530233f93d6c7f20708064581f32499575a64f
parent942b81653a5252fc0d7071f685113fc0ada28d4b
pkt_sched: sch_api: Move away from NLMSG_NEW().

And use nlmsg_data() while we're here too, as well as remove
a useless cast.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c