From: Len Brown Date: Wed, 31 Dec 2008 03:44:33 +0000 (-0500) Subject: ACPI: simplify buffer management for acpi_pci_bind() etc. X-Git-Tag: v2.6.29-rc1~34^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087da3b4e2d7d3ef70a4fa649b9a286fdeb0e44e;p=pandora-kernel.git ACPI: simplify buffer management for acpi_pci_bind() etc. 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 --- Reading git-diff-tree failed