From: Peter Tyser Date: Mon, 10 Mar 2014 21:34:51 +0000 (-0500) Subject: mfd: lpc_ich: Fix ACPI enable bitmask X-Git-Tag: v3.15-rc1~64^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5dccb15877b82a40950c6f752d5345c86189fc9;p=pandora-kernel.git mfd: lpc_ich: Fix ACPI enable bitmask The original bitmask of 0x10 was incorrect and would result in a write to a reserved read-only bit instead of enabling the ACPI I/O region. Update it to the proper value of 0x80. Signed-off-by: Peter Tyser Tested-by: Rajat Jain Reviewed-by: Guenter Roeck Signed-off-by: Lee Jones --- Reading git-diff-tree failed