commit | 130797a6c3f1421c10880a1681d6a9c57b80ef17 | [log] [tgz] |
---|---|---|
author | Lv Zheng <lv.zheng@intel.com> | Thu Oct 31 09:30:36 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 31 14:37:33 2013 +0100 |
tree | 707e88e530660a340963b5482b4584324426b81e | |
parent | 9187a415fd119c1d89a5ad2fd05513cd43699ebf [diff] |
ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size(). The object length returned by acpi_ut_get_simple_object_size() should be rounded up to the closest word boundary. This patch ports a fix from ACPICA upstream to Linux. [rjw: Changelog] Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>