From: Bob Moore Date: Thu, 23 Jul 2015 04:53:35 +0000 (+0800) Subject: ACPICA: iASL: Add new warnings for method local_x and arg_x variables X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d9edce56de3eb495a3eef77e973e3ea014d999;p=pandora-kernel.git ACPICA: iASL: Add new warnings for method local_x and arg_x variables ACPICA commit eb9f8cb9fd65f1149dd335d05944c31cbca41af3 1) Warn if a Local is set but never used 2) Warn if a arg_x is never used (for non-predefined method names) 3) Warn if a arg_x that is used as a local is never used This patch only affects iASL which is not in the kernel source tree. Link: https://github.com/acpica/acpica/commit/eb9f8cb9 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed