From: Bob Moore Date: Tue, 29 Oct 2013 01:29:16 +0000 (+0800) Subject: ACPICA: Fix a macro for the hardware-reduced case X-Git-Tag: v3.13-rc1~96^2~9^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26f3c908091294e5909f5459b6682e10922c824;p=pandora-kernel.git ACPICA: Fix a macro for the hardware-reduced case This fix repairs a version of a macro that is used for the hardware reduced case only. It adds a return statement to the macro definition so that the translation into the Linux kernel source will not completely delete the second line of the macro because it thinks that it is an empty block. It actually clarifies the use of the macro anyway. Reported-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed