]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: stmmac: Get the TC number of net_device by netdev_get_num_tc()
authorFurong Xu <0x1207@gmail.com>
Fri, 1 Nov 2024 13:31:32 +0000 (21:31 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 3 Nov 2024 23:31:23 +0000 (15:31 -0800)
commit2558fe30ae8bfc178284e29e9adb2ecac69db139
tree14f808fb04f4ae1c8810b2afd11a75134127a78f
parentc9cd9a5a834c27b3ac7989505e7fa9299520f2c5
net: stmmac: Get the TC number of net_device by netdev_get_num_tc()

netdev_get_num_tc() is the right method, we should not access
net_device.num_tc directly.

Signed-off-by: Furong Xu <0x1207@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://patch.msgid.link/6298463f4655a76faf94e4273a4205c13ca17c77.1730449003.git.0x1207@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_fpe.c