From: Lv Zheng Date: Thu, 31 Oct 2013 01:30:48 +0000 (+0800) Subject: ACPICA: Cleanup useless memset invocations. X-Git-Tag: v3.13-rc1~96^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6208a3dd370c73101d28d761f562723755108803;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed