aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2018-02-07 11:10:17 -0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:19:42 -0500
commit7227c911303db23404ebb126928e55cfad8e2545 (patch)
tree52ad30fc05ed35f21d600cbc9dbc842e6f704fab /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent42b5122e828a6ccd9952ad3116343dc032d33efe (diff)
drm/amd/powerplay: Remove extra pair of parentheses
The double parentheses are not needed. Removing them fixes the following warning when building with clang: drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:419:29: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality] if ((data->vdd_gfx_control == SMU7_VOLTAGE_CONTROL_BY_SVID2)) { Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions