mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00: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:
parent
f165b10f4a
commit
83ea744522
@ -638,7 +638,7 @@ next_byte:
|
|||||||
if (function == ACPI_WRITE)
|
if (function == ACPI_WRITE)
|
||||||
temp >>= 8;
|
temp >>= 8;
|
||||||
i++;
|
i++;
|
||||||
(u8)address ++;
|
address++;
|
||||||
goto next_byte;
|
goto next_byte;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user