sparc64: Fix memory leak in pci_register_iommu_region().
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Apr 2010 03:26:55 +0000 (20:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 06:46:18 +0000 (23:46 -0700)
commite182c77cc291456eed127b1472952ddb59a81a9d
tree317f39f6360f4f988ca09118fd2e3c23f5619964
parent25ad403f67d7673f38a473ec138d240804785ae3
sparc64: Fix memory leak in pci_register_iommu_region().

Found by kmemleak.

If request_resource() fails, we leak the struct resource we
allocated to represent the IOMMU mapping area.

This actually happens on sun4v machines because the IOMEM area is only
reported sans the IOMMU region, unlike all previous systems.  I'll
need to fix that at some point, but for now fix the leak.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/pci_common.c