diff options
Diffstat (limited to 'drivers/acpi/executer/exdump.c')
-rw-r--r-- | drivers/acpi/executer/exdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/executer/exdump.c b/drivers/acpi/executer/exdump.c index fd13cc3db018..4f98dceed39a 100644 --- a/drivers/acpi/executer/exdump.c +++ b/drivers/acpi/executer/exdump.c | |||
@@ -598,7 +598,7 @@ acpi_ex_dump_reference ( | |||
598 | acpi_os_printf ("Could not convert name to pathname\n"); | 598 | acpi_os_printf ("Could not convert name to pathname\n"); |
599 | } | 599 | } |
600 | else { | 600 | else { |
601 | acpi_os_printf ("%s\n", ret_buf.pointer); | 601 | acpi_os_printf ("%s\n", (char *) ret_buf.pointer); |
602 | ACPI_MEM_FREE (ret_buf.pointer); | 602 | ACPI_MEM_FREE (ret_buf.pointer); |
603 | } | 603 | } |
604 | } | 604 | } |