From patchwork Thu Jul 19 10:21:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: acpi: method: Change _BBN's test_type from METHOD_MOBILE to METHOD_OPTIONAL.w Date: Thu, 19 Jul 2012 00:21:53 -0000 From: Alex Hung X-Patchwork-Id: 171916 Message-Id: <1342693313-3828-1-git-send-email-alex.hung@canonical.com> To: fwts-devel@lists.ubuntu.com Signed-off-by: Alex Hung Acked-by: Ivan Hu Acked-by: Colin Ian King --- 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 a4ccd3a..4282616 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -1446,7 +1446,7 @@ static int method_test_ALP(fwts_framework *fw) static int method_test_BBN(fwts_framework *fw) { - return method_evaluate_method(fw, METHOD_MOBILE, "_BBN", NULL, 0, method_test_integer_return, "_BBN"); + return method_evaluate_method(fw, METHOD_OPTIONAL, "_BBN", NULL, 0, method_test_integer_return, "_BBN"); } static int method_test_BDN(fwts_framework *fw)