drm/radeon/dpm: remove unnecessary checks in dpm_init
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2013 18:39:58 +0000 (13:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Dec 2013 22:53:57 +0000 (17:53 -0500)
commitbb5abf9f64df97431a12602d3e8cdea934d48bb3
treecac2e2b7dd1e4497a3dfb06d26a0dffefd99ad4c
parentdd66d20e39292e94ea9e210872ef76e5dc1cc688
drm/radeon/dpm: remove unnecessary checks in dpm_init

No need to check rdev->pm.num_power_states; this is a vestige
of the old pm code.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_pm.c