aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorMichael J. Ruhl <[email protected]>2024-02-23 20:25:56 +0000
committerStephen Boyd <[email protected]>2024-02-28 22:14:44 +0000
commit99f4570cfba1e60daafde737cb7e395006d719e6 (patch)
treec78f1ad81ca2fb3c6f4437608dbaada2908aa665 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentLinux 6.8-rc1 (diff)
downloadkernel-99f4570cfba1e60daafde737cb7e395006d719e6.tar.gz
kernel-99f4570cfba1e60daafde737cb7e395006d719e6.zip
clkdev: Update clkdev id usage to allow for longer names
clkdev DEV ID information is limited to an array of 20 bytes (MAX_DEV_ID). It is possible that the ID could be longer than that. If so, the lookup will fail because the "real ID" will not match the copied value. For instance, generating a device name for the I2C Designware module using the PCI ID can result in a name of: i2c_designware.39424 clkdev_create() will store: i2c_designware.3942 The stored name is one off and will not match correctly during probe. Increase the size of the ID to allow for a longer name. Reviewed-by: Russell King (Oracle) <[email protected]> Signed-off-by: Michael J. Ruhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions