ACPI: simplify buffer management for acpi_pci_bind() etc.
authorLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 03:44:33 +0000 (22:44 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 03:52:26 +0000 (22:52 -0500)
use ACPI_ALLOCATE_BUFFER to remove the allocations
within acpi_pci_bind(), acpi_pci_unbind() and acpi_pci_bind_root().
While there, delete some unnecessary param inits from those routines.

Delete concept of ACPI_PATHNAME_MAX, since this was the last use.

Signed-off-by: Len Brown <len.brown@intel.com>

No differences found