Commit 83ea7445 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown

[ACPI] fix build warning

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f165b10f
......@@ -638,7 +638,7 @@ acpi_ec_space_handler (
if (function == ACPI_WRITE)
temp >>= 8;
i++;
(u8)address ++;
address++;
goto next_byte;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment