aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index e37162229342..a4b70dfdcf04 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -638,7 +638,7 @@ next_byte:
638 if (function == ACPI_WRITE) 638 if (function == ACPI_WRITE)
639 temp >>= 8; 639 temp >>= 8;
640 i++; 640 i++;
641 (u8)address ++; 641 address++;
642 goto next_byte; 642 goto next_byte;
643 } 643 }
644 644