aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
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 04:21:07 -0400
commitd91eeb7862a4a5f7c5c92b953fa69d2f1430e840 (patch)
tree4134d7454cd600ea106d93c4aa1bc6328d122c68 /drivers/gpu
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')
-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 811126464a7b..1febb62bdd95 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] = {
42}; 42};
43 43
44static const char *pm_state_types[5] = { 44static const char *pm_state_types[5] = {
45 "Default", 45 "",
46 "Powersave", 46 "Powersave",
47 "Battery", 47 "Battery",
48 "Balanced", 48 "Balanced",