[PATCH] acpi: method: Show the name of the _PSS control

Colin King colin.king at canonical.com
Tue Jan 8 11:29:57 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

Output the name of the _PSS control that is being dumped.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/method/method.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index 231b5fb..2d6c0d8 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -2481,6 +2481,7 @@ static void method_test_PSS_return(
 	 *  If we have some valid data then dump it out, it is useful to see
 	 */
 	if (dump_elements) {
+		fwts_log_info_verbatum(fw, "%s values:", name);
 		fwts_log_info_verbatum(fw, "P-State  Freq     Power  Latency   Bus Master");
 		fwts_log_info_verbatum(fw, "         (MHz)    (mW)    (us)    Latency (us)");
 		for (i = 0; i < obj->Package.Count; i++) {
-- 
1.8.0




More information about the fwts-devel mailing list