projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.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
|
history
diff --git
a/drivers/acpi/ec.c
b/drivers/acpi/ec.c
index
e371622
..
a4b70df
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;
}