From: Bob Moore Date: Mon, 14 Feb 2011 08:02:36 +0000 (+0800) Subject: ACPICA: Fix unresolved name issue for no-debug and no-error-msg cases X-Git-Tag: v2.6.39-rc1~90^2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59a3c6b35995615fa9e4f21d63fdf21328c5b6b;p=pandora-kernel.git ACPICA: Fix unresolved name issue for no-debug and no-error-msg cases The _acpi_module_name was left undefined in these cases, but it is actually needed as a parameter to some interfaces. Define _acpi_module_name as a null string in these cases. Acpica BZ 888. http://www.acpica.org/bugzilla/show_bug.cgi?id=888 Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed