Commit 7e1f3c04 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: remove stray line in old pm code

Looks like a remnant from an old rebase.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 222dc9a0
......@@ -1251,7 +1251,6 @@ static void radeon_pm_compute_clocks_old(struct radeon_device *rdev)
if (rdev->pm.num_power_states < 2)
return;
INIT_WORK(&rdev->pm.dpm.thermal.work, radeon_dpm_thermal_work_handler);
mutex_lock(&rdev->pm.mutex);
rdev->pm.active_crtcs = 0;
......
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