aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hfsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/sch_hfsc.c')
-rw-r--r--net/sched/sch_hfsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c
index 51dd3f401623..613179c9969c 100644
--- a/net/sched/sch_hfsc.c
+++ b/net/sched/sch_hfsc.c
@@ -1563,7 +1563,7 @@ static int
1563hfsc_enqueue(struct sk_buff *skb, struct Qdisc *sch) 1563hfsc_enqueue(struct sk_buff *skb, struct Qdisc *sch)
1564{ 1564{
1565 struct hfsc_class *cl; 1565 struct hfsc_class *cl;
1566 int err; 1566 int uninitialized_var(err);
1567 1567
1568 cl = hfsc_classify(skb, sch, &err); 1568 cl = hfsc_classify(skb, sch, &err);
1569 if (cl == NULL) { 1569 if (cl == NULL) {