commit | 6208a3dd370c73101d28d761f562723755108803 | [log] [tgz] |
---|---|---|
author | Lv Zheng <lv.zheng@intel.com> | Thu Oct 31 09:30:48 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 31 14:37:34 2013 +0100 |
tree | c92271ae8f89034ed20ab9fb734a750cc406f0c6 | |
parent | bd48d677670bb35548718a1fd54c2c114a449973 [diff] |
ACPICA: Cleanup useless memset invocations. This patch removes unnecessary memset() invocations where kmem_cache_zalloc() is used for allocating memory. It also helps to reduce source code differences between ACPICA upstream and Linux. [rjw: Changelog] Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>