ACPI: sony-laptop.c: call acpi_get_object_info to get node info
authorLin Ming <ming.m.lin@intel.com>
Tue, 16 Dec 2008 08:59:35 +0000 (16:59 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 06:11:35 +0000 (01:11 -0500)
commit30823736162ff91512965e3c730557e34fa71d6d
tree5b5440f9131fc521100325e74480d6128fbf2b9e
parent3d97e426aa97d60b3dac1b72923b90b491fbac20
ACPI: sony-laptop.c: call acpi_get_object_info to get node info

Avoid using internal acpica structures acpi_namespace_node and acpi_operand_object
Call acpi_get_object_info to get node ascii name and method arg count

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c