提交 898fee4f 编写于 作者: R Rafael J. Wysocki

ACPI / PM: Use string "D3cold" to represent ACPI_STATE_D3_COLD

Make acpi_power_state_string() return "D3cold" as the string
representation of ACPI power state D3cold instead of "D3" returned
currently, which is confusing.
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 87e753b0
......@@ -115,7 +115,7 @@ const char *acpi_power_state_string(int state)
case ACPI_STATE_D3_HOT:
return "D3hot";
case ACPI_STATE_D3_COLD:
return "D3";
return "D3cold";
default:
return "(unknown)";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册