Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a7c5f9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Remove debug WARN_ONCE messages"

parents b91da7a5 22ab379f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1191,12 +1191,7 @@ tc_qdisc_flow_control(struct net_device *dev, u32 tcm_handle, int enable_flow)
			qdisc_len = q->q.qlen;
			if (q->ops->change(q, &req.attr) != 0)
				pr_err("%s(): qdisc change failed", __func__);
		} else {
			WARN_ONCE(1, "%s(): called on queue which does %s",
				  __func__, "not support change() operation");
		}
	} else {
		WARN_ONCE(1, "%s(): called on bad queue", __func__);
	}
	return qdisc_len;
}