From: Sudeep Holla Date: Tue, 25 Nov 2014 14:48:50 +0000 (+0000) Subject: ACPI / cpuidle: avoid assigning signed errno to acpi_status X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2~6^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd8050a35475259c444afc6856d57f4bbd74231;p=pandora-kernel.git ACPI / cpuidle: avoid assigning signed errno to acpi_status It's incorrect to assign a signed value to an unsigned acpi_status variable. This patch fixes it by using a signed integer to return error values. Signed-off-by: Sudeep Holla Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed