From b7f987c19dad2c6d33c64e7f96a9b4deca9e2650 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 17 May 2013 23:13:40 +0000 Subject: Import ACPICA 20130517. --- source/components/executer/exfldio.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/components/executer/exfldio.c') diff --git a/source/components/executer/exfldio.c b/source/components/executer/exfldio.c index 85da123903da..cd3c40f6367c 100644 --- a/source/components/executer/exfldio.c +++ b/source/components/executer/exfldio.c @@ -480,9 +480,7 @@ AcpiExFieldDatumIo ( Status = AE_OK; break; - case ACPI_TYPE_LOCAL_BANK_FIELD: - /* * Ensure that the BankValue is not beyond the capacity of * the register @@ -512,7 +510,6 @@ AcpiExFieldDatumIo ( /*lint -fallthrough */ - case ACPI_TYPE_LOCAL_REGION_FIELD: /* * For simple RegionFields, we just directly access the owning @@ -522,10 +519,7 @@ AcpiExFieldDatumIo ( ReadWrite); break; - case ACPI_TYPE_LOCAL_INDEX_FIELD: - - /* * Ensure that the IndexValue is not beyond the capacity of * the register @@ -575,7 +569,6 @@ AcpiExFieldDatumIo ( } break; - default: ACPI_ERROR ((AE_INFO, "Wrong object type in field I/O %u", -- cgit v1.3