Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;