drm/radeon: fix typo in ci_stop_dpm()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Jul 2014 22:25:25 +0000 (18:25 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2014 23:21:06 +0000 (16:21 -0700)
commitecbed448b4a49b6be34e0da1079a88330d13ceef
tree9f5343d80a2b058dcd2d634c6247def0965616a8
parent4a48d51d65f786ee8fe5b8aa18e8444dd746133d
drm/radeon: fix typo in ci_stop_dpm()

commit ed96377132e564d797c48a5490fd46bed01c4273 upstream.

Need to use the RREG32_SMC() accessor since the register
is an smc indirect index.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/ci_dpm.c