diff options
Diffstat (limited to 'source/components/dispatcher/dsinit.c')
-rw-r--r-- | source/components/dispatcher/dsinit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/components/dispatcher/dsinit.c b/source/components/dispatcher/dsinit.c index 65ff5cb..a00e1b4 100644 --- a/source/components/dispatcher/dsinit.c +++ b/source/components/dispatcher/dsinit.c @@ -128,20 +128,18 @@ AcpiDsInitOneObject ( Info->OpRegionCount++; break; - case ACPI_TYPE_METHOD: Info->MethodCount++; break; - case ACPI_TYPE_DEVICE: Info->DeviceCount++; break; - default: + break; } |