aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_pm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-05 15:26:43 -0400
committerDave Airlie <airlied@redhat.com>2010-05-18 18:21:07 +1000
commitd91eeb7862a4a5f7c5c92b953fa69d2f1430e840 (patch)
tree4134d7454cd600ea106d93c4aa1bc6328d122c68 /drivers/gpu/drm/radeon/radeon_pm.c
parent90c3905950021a9b37ac1a4dd78225881f4c61e4 (diff)
drm/radeon/kms/pm: clean power state printing
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_pm.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
index 811126464a7..1febb62bdd9 100644
--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -42,7 +42,7 @@ static const char *pm_state_names[4] = {
};
static const char *pm_state_types[5] = {
- "Default",
+ "",
"Powersave",
"Battery",
"Balanced",