mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08: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)
|
||||
temp >>= 8;
|
||||
i++;
|
||||
(u8)address ++;
|
||||
address++;
|
||||
goto next_byte;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user