acpi_get_name has always returned acpi_status since 2009 and passed the string containing the path to parameter "buffer". Signed-off-by: Peter Wu <lekensteyn@xxxxxxxxx> --- drivers/acpi/acpica/nsxfname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/acpica/nsxfname.c b/drivers/acpi/acpica/nsxfname.c index 08e9610..c27c12d 100644 --- a/drivers/acpi/acpica/nsxfname.c +++ b/drivers/acpi/acpica/nsxfname.c @@ -146,7 +146,7 @@ ACPI_EXPORT_SYMBOL(acpi_get_handle) * name_type - Full pathname or single segment * buffer - Buffer for returned path * - * RETURN: Pointer to a string containing the fully qualified Name. + * RETURN: Status * * DESCRIPTION: This routine returns the fully qualified name associated with * the Handle parameter. This and the acpi_pathname_to_handle are -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html