aboutsummaryrefslogtreecommitdiff
path: root/source/components/hardware/hwpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/hardware/hwpci.c')
-rw-r--r--source/components/hardware/hwpci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/hardware/hwpci.c b/source/components/hardware/hwpci.c
index 065e42d95eb6..1c42f3a7dd29 100644
--- a/source/components/hardware/hwpci.c
+++ b/source/components/hardware/hwpci.c
@@ -292,7 +292,7 @@ AcpiHwProcessPciList (
&BusNumber, &IsBridge);
if (ACPI_FAILURE (Status))
{
- return_ACPI_STATUS (Status);
+ return (Status);
}
Info = Info->Next;
@@ -304,7 +304,7 @@ AcpiHwProcessPciList (
PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
Status, BusNumber, IsBridge));
- return_ACPI_STATUS (AE_OK);
+ return (AE_OK);
}