]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/executer/exnames.c
ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.
[linux-2.6-omap-h63xx.git] / drivers / acpi / executer / exnames.c
index 1ee4fb1175c680f5b8b7d3f706e467c5b73683ba..308eae52dc054d72c670fb8bccc8a90f6dd7e93d 100644 (file)
@@ -177,8 +177,7 @@ static acpi_status acpi_ex_name_segment(u8 ** in_aml_address, char *name_string)
 
        ACPI_DEBUG_PRINT((ACPI_DB_LOAD, "Bytes from stream:\n"));
 
-       for (index = 0;
-            (index < ACPI_NAME_SIZE)
+       for (index = 0; (index < ACPI_NAME_SIZE)
             && (acpi_ut_valid_acpi_char(*aml_address, 0)); index++) {
                char_buf[index] = *aml_address++;
                ACPI_DEBUG_PRINT((ACPI_DB_LOAD, "%c\n", char_buf[index]));