From: Bob Moore Date: Thu, 10 Apr 2008 15:06:42 +0000 (+0400) Subject: ACPICA: Fix for ACPI_HIDWORD macro X-Git-Tag: v2.6.26-rc1~101^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7823665eccdc7e230d0a904c6ec01d5c70ee099b;p=pandora-kernel.git ACPICA: Fix for ACPI_HIDWORD macro Fixed a regression introduced in version 20071114. The ACPI_HIDWORD macro was inadvertently changed to return a 16-bit value instead of a 32-bit value, truncating the upper Dword of a 64-bit value. This macro is only used to display debug output, so no incorrect calculations were made. Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed