@@ -698,15 +698,7 @@ acpi_ex_extract_from_field(union acpi_operand_object *obj_desc,
ACPI_MEMSET(buffer, 0, buffer_length);
access_bit_width = ACPI_MUL_8(obj_desc->common_field.access_byte_width);
- /* Handle the simple case here */
-
- if ((obj_desc->common_field.start_field_bit_offset == 0) &&
- (obj_desc->common_field.bit_length == access_bit_width)) {
- status = acpi_ex_field_datum_io(obj_desc, 0, buffer, ACPI_READ);
- return_ACPI_STATUS(status);
- }
-
/* TBD: Move to common setup code */
/* Field algorithm is limited to sizeof(u64), truncate if needed */