From 55b49920dbeb333da2467e660ae51d06c49d7f2b Mon Sep 17 00:00:00 2001 From: Lv Zheng Date: Fri, 23 Sep 2016 08:44:11 +0800 Subject: Tables: Fix a regression in AcpiTbFindTable() This was just an already fixed issue, and accidently released due to my local process issues. Lv Zheng. Signed-off-by: Lv Zheng --- source/components/tables/tbfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/tables/tbfind.c b/source/components/tables/tbfind.c index d688c4279..4fc98fc48 100644 --- a/source/components/tables/tbfind.c +++ b/source/components/tables/tbfind.c @@ -228,5 +228,5 @@ AcpiTbFindTable ( UnlockAndExit: (void) AcpiUtReleaseMutex (ACPI_MTX_TABLES); - return_ACPI_STATUS (AE_NOT_FOUND); + return_ACPI_STATUS (Status); } -- cgit v1.2.1