Browse Source

drm/radeon/kms/pm: clean power state printing

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Alex Deucher 15 years ago
parent
commit
d91eeb7862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/radeon/radeon_pm.c

+ 1 - 1
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",