Commit f74e78ca authored by Mitchell Augustin's avatar Mitchell Augustin Committed by Alex Deucher

amdgpu: amdgpu_device.c: Removed trailing whitespace

Removed trailing whitespace from end of line in amdgpu_device.c
Signed-off-by: default avatarMitchell Augustin <kernel@mitchellaugustin.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ab9d97d6
......@@ -3343,7 +3343,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
*/
bool amdgpu_device_has_dc_support(struct amdgpu_device *adev)
{
if (amdgpu_sriov_vf(adev) ||
if (amdgpu_sriov_vf(adev) ||
adev->enable_virtual_display ||
(adev->harvest_ip_mask & AMD_HARVEST_IP_DMU_MASK))
return false;
......
Markdown is supported
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