From: David E. Box Date: Thu, 5 Feb 2015 07:20:38 +0000 (+0800) Subject: ACPICA: Hardware: Cast GPE enable_mask before storing X-Git-Tag: fixes-v4.0-rc1~160^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c02669b486a7742a27e9f3a7a66148a5a7c248;p=pandora-kernel.git ACPICA: Hardware: Cast GPE enable_mask before storing ACPICA commit 490ec7f7839bf7ee5e8710a34d1d1a78d54a49b6 In function acpi_hw_low_set_gpe(), cast enable_mask to u8 before storing. The mask was read from a 32 bit register but is an 8 bit value. Fixes Visual Studio compiler warning. Link: https://github.com/acpica/acpica/commit/490ec7f7 Signed-off-by: David E. Box Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed