tree 3235ef6b2469c2cd7a7243791661a0619f822438
parent f165b10f4a9aac7fee9b11a125de20a1712be128
author Andrew Morton <[EMAIL PROTECTED]> Thu, 31 Mar 2005 08:12:13 -0500
committer Len Brown <[EMAIL PROTECTED]> Tue, 12 Jul 2005 07:56:57 -0400

[ACPI] fix build warning

Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>

 drivers/acpi/ec.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
--- 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;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to