diff options
Diffstat (limited to 'source/common/dmrestag.c')
-rw-r--r-- | source/common/dmrestag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c index 1c7de99..d72ecad 100644 --- a/source/common/dmrestag.c +++ b/source/common/dmrestag.c @@ -798,7 +798,6 @@ AcpiDmGetResourceTag ( case ACPI_RESOURCE_NAME_ADDRESS32: case ACPI_RESOURCE_NAME_ADDRESS64: case ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64: - /* * Subtype differentiation is the flags. * Kindof brute force, but just blindly search for an index match @@ -846,6 +845,7 @@ AcpiDmGetResourceTag ( break; default: + break; } |