Skip to content

Commit

Permalink
[ACPI] fix build warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Andrew Morton authored and Len Brown committed Jul 12, 2005
1 parent f165b10 commit 83ea744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ acpi_ec_space_handler (
if (function == ACPI_WRITE)
temp >>= 8;
i++;
(u8)address ++;
address++;
goto next_byte;
}

Expand Down

0 comments on commit 83ea744

Please sign in to comment.