From: Hanjun Guo Date: Sat, 8 Feb 2014 12:46:26 +0000 (+0800) Subject: ACPI / processor: Fix acpi_processor_eval_pdc() return value type X-Git-Tag: v3.15-rc1~151^2~1^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1606484ec1f5ee3315a4ff4a80504c3908c60023;p=pandora-kernel.git ACPI / processor: Fix acpi_processor_eval_pdc() return value type The return value type of acpi_processor_eval_pdc() should be 'acpi_status' but is defined as 'int', so fix it. Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed