patch-2.4.25 linux-2.4.25/drivers/acpi/namespace/nsxfname.c
Next file: linux-2.4.25/drivers/acpi/namespace/nsxfobj.c
Previous file: linux-2.4.25/drivers/acpi/namespace/nsxfeval.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2004-02-18 05:36:31.000000000 -0800
-  Orig file: 
linux-2.4.24/drivers/acpi/namespace/nsxfname.c
-  Orig date: 
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.24/drivers/acpi/namespace/nsxfname.c linux-2.4.25/drivers/acpi/namespace/nsxfname.c
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2003, R. Byron Moore
+ * Copyright (C) 2000 - 2004, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -199,7 +199,7 @@
 
 	/* Just copy the ACPI name from the Node and zero terminate it */
 
-	ACPI_STRNCPY (buffer->pointer, node->name.ascii,
+	ACPI_STRNCPY (buffer->pointer, acpi_ut_get_node_name (node),
 			 ACPI_NAME_SIZE);
 	((char *) buffer->pointer) [ACPI_NAME_SIZE] = 0;
 	status = AE_OK;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)