]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Fix a macro for the hardware-reduced case
authorBob Moore <robert.moore@intel.com>
Tue, 29 Oct 2013 01:29:16 +0000 (09:29 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 11:24:20 +0000 (12:24 +0100)
commit3bc509b069bc6ad44e563118123f0f152c18ccd2
tree7a4282c88f79b1008c93385615078d4e4ae01f14
parentf51a5a26bc1b92dce9bf70b7da6d4c04d7481600
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 <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/acpixf.h