diff options
Diffstat (limited to 'source/components/hardware/hwacpi.c')
| -rw-r--r-- | source/components/hardware/hwacpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/hardware/hwacpi.c b/source/components/hardware/hwacpi.c index d4d5b55a5237..deb2dfbea355 100644 --- a/source/components/hardware/hwacpi.c +++ b/source/components/hardware/hwacpi.c @@ -120,7 +120,6 @@ AcpiHwSetMode ( break; case ACPI_SYS_MODE_LEGACY: - /* * BIOS should clear all fixed status bits and restore fixed event * enable bits to default @@ -132,6 +131,7 @@ AcpiHwSetMode ( break; default: + return_ACPI_STATUS (AE_BAD_PARAMETER); } |
