Skip to content
Commit e30cef00 authored by Duanqiang Wen's avatar Duanqiang Wen Committed by Paolo Abeni
Browse files

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: b63f2048

 ("net: txgbe: Register fixed rate clock")
Signed-off-by: default avatarDuanqiang Wen <duanqiangwen@net-swift.com>
Reviewed-by: default avatarMichal Kubiak <michal.kubiak@intel.com>
Link: https://lore.kernel.org/r/20240313080634.459523-1-duanqiangwen@net-swift.com
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 1c636867
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment