mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +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
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ next_byte:
|
|||
if (function == ACPI_WRITE)
|
||||
temp >>= 8;
|
||||
i++;
|
||||
(u8)address ++;
|
||||
address++;
|
||||
goto next_byte;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue