tcx: Fix splat in ingress_destroy upon tcx_entry_free
[linux-2.6-microblaze.git] / net / sched / sch_ingress.c
index 04e886f..a463a63 100644 (file)
@@ -123,7 +123,7 @@ static void ingress_destroy(struct Qdisc *sch)
        if (entry) {
                tcx_miniq_set_active(entry, false);
                if (!tcx_entry_is_active(entry)) {
-                       tcx_entry_update(dev, NULL, false);
+                       tcx_entry_update(dev, NULL, true);
                        tcx_entry_free(entry);
                }
        }