mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
[ACPI] fix build warning
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -638,7 +638,7 @@ acpi_ec_space_handler (
|
||||
if (function == ACPI_WRITE)
|
||||
temp >>= 8;
|
||||
i++;
|
||||
(u8)address ++;
|
||||
address++;
|
||||
goto next_byte;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user