ACPI 5.0: Implement Connection() and AccessAs() changes
Support within the interpreter and operation region dispatch. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -297,9 +297,9 @@ acpi_ex_region_read(union acpi_operand_object *obj_desc, u32 length, u8 *buffer)
|
||||
/* Bytewise reads */
|
||||
|
||||
for (i = 0; i < length; i++) {
|
||||
status = acpi_ev_address_space_dispatch(obj_desc, ACPI_READ,
|
||||
region_offset, 8,
|
||||
&value);
|
||||
status =
|
||||
acpi_ev_address_space_dispatch(obj_desc, NULL, ACPI_READ,
|
||||
region_offset, 8, &value);
|
||||
if (ACPI_FAILURE(status)) {
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user