ACPI: dock: fix oops when _DCK evaluation fails
authorDmitry Torokhov <dtor@insightbb.com>
Wed, 18 Jul 2007 05:10:24 +0000 (01:10 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 19 Jul 2007 00:37:06 +0000 (20:37 -0400)
commit9254bc845db90a123cf992e983539d0ee409f22a
tree6fc33226de95d3e37db65180d344729cdee2f766
parent3f8698d4d3f72252980575fb8d7b4cafeb5dd0a2
ACPI: dock: fix oops when _DCK evaluation fails

Data returned by acpi_get_name in acpi_buffer is not acpi_object and
therefore should not be cast to it, otherwise we'll get an nice oops
trying to print error message.

Also print name of the ACPI object corresponding to the docking station
and elevate severity of the message printed when _DCK fails to KERN_ERR.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/dock.c