diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index dd5fdb62c6df..923863f3b0d8 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -185,8 +185,8 @@ static int basic_change(struct net *net, struct sk_buff *in_skb, | |||
185 | if (tca[TCA_OPTIONS] == NULL) | 185 | if (tca[TCA_OPTIONS] == NULL) |
186 | return -EINVAL; | 186 | return -EINVAL; |
187 | 187 | ||
188 | err = nla_parse_nested(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], | 188 | err = nla_parse_nested_deprecated(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], |
189 | basic_policy, NULL); | 189 | basic_policy, NULL); |
190 | if (err < 0) | 190 | if (err < 0) |
191 | return err; | 191 | return err; |
192 | 192 | ||