Files
linux/drivers
Samasth Norway Ananda 3e22174603 drm/amdgpu: fix wrong sizeof argument
voltage_parameters is a point to a struct of type
SET_VOLTAGE_PARAMETERS_V1_3. Passing just voltage_parameters would
not print the right size of the struct variable. So we need to pass
*voltage_parameters to sizeof().

Fixes: 4630d5031c ("drm/amdgpu: check PS, WS index")
Signed-off-by: Samasth Norway Ananda <samasth.norway.ananda@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-01-22 17:13:25 -05:00
..
2023-12-06 10:08:41 +01:00
2024-01-22 17:13:25 -05:00
2023-10-30 13:14:27 +00:00
2023-10-25 16:50:11 +02:00
2023-12-01 09:55:01 -05:00