summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDuanqiang Wen <duanqiangwen@net-swift.com>2024-03-13 11:06:34 +0300
committerPaolo Abeni <pabeni@redhat.com>2024-03-14 15:49:02 +0300
commite30cef001da259e8df354b813015d0e5acc08740 (patch)
tree44e18a575b7478a05a15640bd8c82297f699c925 /scripts
parent1c6368679979019f884557b1843e1dedffac231c (diff)
downloadlinux-e30cef001da259e8df354b813015d0e5acc08740.tar.xz
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 <duanqiangwen@net-swift.com> Reviewed-by: Michal Kubiak <michal.kubiak@intel.com> Link: https://lore.kernel.org/r/20240313080634.459523-1-duanqiangwen@net-swift.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions