From: Lin Ming Date: Thu, 10 Apr 2008 15:06:42 +0000 (+0400) Subject: ACPICA: Methods now implicitly return 0 in slack mode X-Git-Tag: v2.6.26-rc1~101^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9accd46459b8c068540451fdab07dbfcefaf7280;p=pandora-kernel.git ACPICA: Methods now implicitly return 0 in slack mode Implemented an enhancement to the interpreter "slack mode". In the absence of an explicit return or an implicitly returned object from the last executed opcode, a control method will now implicitly return an integer of value 0 for Microsoft compatibility. http://www.acpica.org/bugzilla/show_bug.cgi?id=392 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed