aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/device_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 2ce07cee0434..61ae99b09f1c 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -115,7 +115,7 @@ const char *acpi_power_state_string(int state)
115 case ACPI_STATE_D3_HOT: 115 case ACPI_STATE_D3_HOT:
116 return "D3hot"; 116 return "D3hot";
117 case ACPI_STATE_D3_COLD: 117 case ACPI_STATE_D3_COLD:
118 return "D3"; 118 return "D3cold";
119 default: 119 default:
120 return "(unknown)"; 120 return "(unknown)";
121 } 121 }