From: Luck, Tony Date: Fri, 21 Oct 2011 21:42:55 +0000 (-0700) Subject: ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast() X-Git-Tag: v3.2-rc1~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf3f8b19d2bfccc40f13c456bf339fd8f535ebc;p=pandora-kernel.git ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast() Callers to __acpi_ioremap_fast() pass the bit_width that they found in the acpi_generic_address structure. Convert from bits to bytes when passing to __acpi_find_iomap() - as it wants to see bytes, not bits. cc: stable@kernel.org Signed-off-by: Tony Luck Signed-off-by: Len Brown --- Reading git-diff-tree failed