From: Lin Ming Date: Sat, 27 Sep 2008 02:38:07 +0000 (+0800) Subject: ACPICA: Reduce error to warning for incorrect method arg count X-Git-Tag: v2.6.28-rc1~26^2~26^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93851b4d13de48753eaae76ed190eef7355e2c19;p=pandora-kernel.git ACPICA: Reduce error to warning for incorrect method arg count Previously aborted with error if too few arguments were passed to a control method via the external ACPICA interface. Now issue a warning instead and continue. Handles the case where the method inadvertently declares too many arguments, but does not actually use the extra ones. Applies mainly to the predefined methods. http://bugzilla.kernel.org/show_bug.cgi?id=11032 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Len Brown --- Reading git-diff-tree failed