diff options
Diffstat (limited to 'net/sched/sch_api.c')
-rw-r--r-- | net/sched/sch_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index d7468baf890e..2b935e7cfe7b 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c | |||
@@ -1642,7 +1642,7 @@ static int tc_dump_tclass(struct sk_buff *skb, struct netlink_callback *cb) | |||
1642 | struct net_device *dev; | 1642 | struct net_device *dev; |
1643 | int t, s_t; | 1643 | int t, s_t; |
1644 | 1644 | ||
1645 | if (cb->nlh->nlmsg_len < NLMSG_LENGTH(sizeof(*tcm))) | 1645 | if (nlmsg_len(cb->nlh) < sizeof(*tcm)) |
1646 | return 0; | 1646 | return 0; |
1647 | dev = dev_get_by_index(net, tcm->tcm_ifindex); | 1647 | dev = dev_get_by_index(net, tcm->tcm_ifindex); |
1648 | if (!dev) | 1648 | if (!dev) |