aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/sch_cbq.c')
-rw-r--r--net/sched/sch_cbq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_cbq.c b/net/sched/sch_cbq.c
index d29d1212934d..32f6a308bad6 100644
--- a/net/sched/sch_cbq.c
+++ b/net/sched/sch_cbq.c
@@ -612,7 +612,7 @@ static unsigned long cbq_undelay_prio(struct cbq_sched_data *q, int prio)
612 unsigned long sched = now; 612 unsigned long sched = now;
613 613
614 if (cl_prev == NULL) 614 if (cl_prev == NULL)
615 return now; 615 return 0;
616 616
617 do { 617 do {
618 cl = cl_prev->next_alive; 618 cl = cl_prev->next_alive;