ACPICA: Add a check for a null node during namespace walk.
authorBob Moore <robert.moore@intel.com>
Tue, 29 Oct 2013 01:29:04 +0000 (09:29 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 11:24:20 +0000 (12:24 +0100)
commit48961ce62787502fe2afce2aeeb0ec306757a2bb
treee6396a71808e2bc9835e29aaca8a5e1f3efb724e
parentd7da179423a506e8033a376547a375c0c9ec7671
ACPICA: Add a check for a null node during namespace walk.

Mostly for consistency. ACPICA BZ 1042.

Actually, currently no one is experiencing problem without this check
as the obj_handle is guaranteed to be valid.

References: https://bugs.acpica.org/show_bug.cgi?id=1042
Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/nsdump.c