From: Bjorn Helgaas Date: Fri, 2 Oct 2009 15:03:12 +0000 (-0400) Subject: ACPI: fix bus scanning memory leaks X-Git-Tag: v2.6.32-rc3~4^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83893ae903ba908b1139fd8455ac93c4e5a2dff;p=pandora-kernel.git ACPI: fix bus scanning memory leaks Free an acpi_get_object_info() buffer when we're finished. Skip the acpi_get_name() altogether -- it was only used for a printk that was really just for debug anyway. http://bugzilla.kernel.org/show_bug.cgi?id=14271 Signed-off-by: Bjorn Helgaas Reported-and-tested-by: Zdenek Kabelac Signed-off-by: Len Brown --- Reading git-diff-tree failed