projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f165b10
)
[ACPI] fix build warning
author
Andrew Morton
<akpm@osdl.org>
Thu, 31 Mar 2005 03:12:13 +0000
(22:12 -0500)
committer
Len Brown
<len.brown@intel.com>
Tue, 12 Jul 2005 03:56:57 +0000
(23:56 -0400)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/ec.c
b/drivers/acpi/ec.c
index e37162229342e1c3ecddfef8139cd58cca6850b4..a4b70dfdcf040aa9e52358cd908a0e84d8cab76f 100644
(file)
--- a/
drivers/acpi/ec.c
+++ b/
drivers/acpi/ec.c
@@
-638,7
+638,7
@@
next_byte:
if (function == ACPI_WRITE)
temp >>= 8;
i++;
-
(u8)address
++;
+
address
++;
goto next_byte;
}