ACPICA: Namespace: Fix wrong error log
authorLv Zheng <lv.zheng@intel.com>
Tue, 29 Dec 2015 05:52:51 +0000 (13:52 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:26:44 +0000 (03:26 +0100)
commitac9b64a046b6ee6a80d5985770432c2735085578
treed34d7b60ff429ed2a38e1d6e7a44ba847e5b2cab
parenta59b679ab85635737947310323f2f2bcfa0664a7
ACPICA: Namespace: Fix wrong error log

ACPICA commit 20228e39e125d92f9d80c6e07d3767b225d0536e

The Info->Node in acpi_ns_init_one_device() may not be initialized. Even it is
initialized, the redundant "._INI" can be seen for this log entry. This
patch fixes this issue by using device_node instead. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/20228e39
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/nsinit.c