diff options
author | Mario Limonciello <mario.limonciello@amd.com> | 2025-09-24 11:16:22 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-09-25 15:53:55 -0400 |
commit | 123a1750c5e0dcbfec953647045947be9620a7d8 (patch) | |
tree | be0e8cab896bf55a19115514fd0400e602002a7e /drivers/cdx/controller/mcdi_functions.c | |
parent | 1f721ebcf312df88c6da6457e0ff21c33613f73c (diff) |
drm/amd: Use dynamic array size declaration for amdgpu_connector_add_common_modes()
[Why]
Adding or removing a mode from common_modes[] can be fragile if a user
forgot to update the for loop boundaries.
[How]
Use ARRAY_SIZE() to detect size of the array and use that instead.
Cc: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Link: https://lore.kernel.org/r/20250924161624.1975819-4-mario.limonciello@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/cdx/controller/mcdi_functions.c')
0 files changed, 0 insertions, 0 deletions