Merge branch 'Fix-issues-in-tc-taprio-and-tc-cbs'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 01:45:35 +0000 (18:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 01:45:35 +0000 (18:45 -0700)
Vladimir Oltean says:

====================
Fix issues in tc-taprio and tc-cbs

This series fixes one panic and one WARN_ON found in the tc-taprio
qdisc, while trying to apply it:

- On an interface which is not multi-queue
- On an interface which has no carrier

The tc-cbs was also visually found to suffer of the same issue as
tc-taprio, and the fix was only compile-tested in that case.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge