Files
linux/net
Jakub Kicinski 518d8d0199 net: sched: avoid printing uninitialized link speed
sch_cbs and sch_taprio print ecmd.base.speed, even if
netif_get_link_ksettings() failed. When netif_get_link_ksettings()
fails the ecmd may not be initialized.

Use the always-initialized speed variable instead.
The semantics change slightly because UNKNOWN will
never be printed, but that doesn't seem important
enough to complicate the code for.

This is a _dbg() print, anyway.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20260609183353.1109641-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2026-06-11 15:44:55 +02:00
..
2026-05-22 11:11:09 -07:00
2026-05-10 10:11:08 -07:00
2026-05-10 10:11:07 -07:00
2026-06-11 12:19:05 +02:00
2026-05-22 11:11:10 -07:00
2026-05-10 10:11:08 -07:00