[PATCH 2/4] acpi: method: remove a redundant passed message

Alex Hung alex.hung at canonical.com
Wed Jan 20 23:23:02 UTC 2021


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/acpi/method/method.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index 544cbda7..204cff9d 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -4241,8 +4241,6 @@ static void method_test_FPS_return(
 
 	if (!failed)
 		fwts_method_passed_sane(fw, name, "package");
-
-	fwts_method_passed_sane(fw, name, "package");
 }
 
 static int method_test_FPS(fwts_framework *fw)
-- 
2.25.1




More information about the fwts-devel mailing list