From: Randy.Dunlap <rd...@xe...> - 2005-12-27 03:45:16
|
Hi-- You can drop this patch. With the changes wanted by everyone (except for Pat Mochel), this just makes acpi_path_name() be a synonym for acpi_get_name(), so I'll just use acpi_get_name() directly. On Wed, 21 Dec 2005 12:05:00 -0800 Randy Dunlap wrote: > From: Randy Dunlap <ran...@li...> > > Make acpi_path_name() usable by everyone. > I need this for adding SATA suspend/resume ACPI support. > > v4: Fix enter/exit trace error noted by Matthew Wilcox. > v3: use EXPORT_SYMBOL_GPL for acpi_path_name. > v2: use ACPI-CA calling convention for name buffer. --- ~Randy |