diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-05-17 23:13:40 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-05-17 23:13:40 +0000 |
| commit | b7f987c19dad2c6d33c64e7f96a9b4deca9e2650 (patch) | |
| tree | 740dae2325e162bb086ea6e7e5d481c4b669e232 /source/components/executer/exfldio.c | |
| parent | b4a951799e313e9ec15d955b72dd3097e4880724 (diff) | |
Import ACPICA 20130517.vendor/acpica/20130517
Notes
svn path=/vendor-sys/acpica/dist/; revision=250757
svn path=/vendor-sys/acpica/20130517/; revision=250758; tag=vendor/acpica/20130517
Diffstat (limited to 'source/components/executer/exfldio.c')
| -rw-r--r-- | source/components/executer/exfldio.c | 7 |
1 files changed, 0 insertions, 7 deletions
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", |
