diff options
-rw-r--r-- | net/sched/sch_cbq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_cbq.c b/net/sched/sch_cbq.c index 0491fad97c0a..d83414d828d8 100644 --- a/net/sched/sch_cbq.c +++ b/net/sched/sch_cbq.c | |||
@@ -1070,7 +1070,7 @@ cbq_dequeue(struct Qdisc *sch) | |||
1070 | sch->qstats.overlimits++; | 1070 | sch->qstats.overlimits++; |
1071 | if (q->wd_expires) | 1071 | if (q->wd_expires) |
1072 | qdisc_watchdog_schedule(&q->watchdog, | 1072 | qdisc_watchdog_schedule(&q->watchdog, |
1073 | q->now + q->wd_expires); | 1073 | now + q->wd_expires); |
1074 | } | 1074 | } |
1075 | return NULL; | 1075 | return NULL; |
1076 | } | 1076 | } |