[PATCH] acpi: method: move commented _CWS to correct section Signed-off-by: Alex Hung <alex.hung at canonical.com>

Alex Hung alex.hung at canonical.com
Wed Nov 20 08:47:54 UTC 2013


---
 src/acpi/method/method.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index f944717..30f9819 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -5006,7 +5006,6 @@ static fwts_framework_minor_test method_tests[] = {
 	/* Section 8.5 Processor Aggregator Device */
 
 	/* Section 9.1 System Indicators */
-	/* { method_test_CWS, "Test _CWS (Clear Wake Status)." }, */
 	{ method_test_MSG, "Test _MSG (Message)." },
 	/* { method_test_PUR, "Test _PUR (Processor Utilization Request)." }, */
 	/* { method_test_SST, "Test _SST (System Status)." }, */
@@ -5055,6 +5054,7 @@ static fwts_framework_minor_test method_tests[] = {
 	{ method_test_GCP, "Test _GCP (Get Capabilities)." },
 	{ method_test_GRT, "Test _GRT (Get Real Time)." },
 	{ method_test_GWS, "Test _GWS (Get Wake Status)." },
+	/* { method_test_CWS, "Test _CWS (Clear Wake Status)." }, */
 	/* { method_test_SRT, "Test _SRT (Set Real Time)." }, */
 	{ method_test_STP, "Test _STP (Set Expired Timer Wake Policy)." },
 	{ method_test_STV, "Test _STV (Set Timer Value)." },
-- 
1.7.9.5




More information about the fwts-devel mailing list