aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorDuanqiang Wen <[email protected]>2024-03-13 08:06:34 +0000
committerPaolo Abeni <[email protected]>2024-03-14 12:49:02 +0000
commite30cef001da259e8df354b813015d0e5acc08740 (patch)
tree44e18a575b7478a05a15640bd8c82297f699c925 /scripts/bpf_doc.py
parentdocs: networking: fix indentation errors in multi-pf-netdev (diff)
downloadkernel-e30cef001da259e8df354b813015d0e5acc08740.tar.gz
kernel-e30cef001da259e8df354b813015d0e5acc08740.zip
net: txgbe: fix clk_name exceed MAX_DEV_ID limits
txgbe register clk which name is i2c_designware.pci_dev_id(), clk_name will be stored in clk_lookup_alloc. If PCIe bus number is larger than 0x39, clk_name size will be larger than 20 bytes. It exceeds clk_lookup_alloc MAX_DEV_ID limits. So the driver shortened clk_name. Fixes: b63f20485e43 ("net: txgbe: Register fixed rate clock") Signed-off-by: Duanqiang Wen <[email protected]> Reviewed-by: Michal Kubiak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions