commit | 9186fb5807aadd30861ce9106afca8123524398c | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Sat Feb 08 09:42:19 2014 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Feb 11 00:30:24 2014 +0100 |
tree | 3f2f948067345cc6c9a15e03df65097811601451 | |
parent | d72c17a8674fc143e1c7781e55fa362626353167 [diff] |
ACPICA: Improve parameter validation for acpi_install_gpe_block. Add the following checks: 1) The incoming device handle refers to type ACPI_TYPE_DEVICE. 2) There is not already a gpe block attached to the device. Likewise, with acpi_remove_gpe_block, ensure that the incoming object is a device. 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>