This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / executer / exfldio.c
index 5f8fbdb..03ccfb9 100644 (file)
@@ -139,7 +139,7 @@ acpi_ex_setup_region (
                        if (ACPI_ROUND_UP (rgn_desc->region.length,
                                           obj_desc->common_field.access_byte_width) >=
                                (obj_desc->common_field.base_byte_offset +
-                                (acpi_native_uint) obj_desc->common_field.access_byte_width +
+                                obj_desc->common_field.access_byte_width +
                                 field_datum_byte_offset)) {
                                return_ACPI_STATUS (AE_OK);
                        }