commit | 58d714ec7a73bfdf0780862d7e79302e084d49ca | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Wed Jul 31 16:47:00 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 14:57:21 2013 +1000 |
tree | 524bbf5c473a734941327ed703b225eeb65331f8 | |
parent | 408a7e08b2112faf687dd629212e42998a7dbe48 [diff] |
powerpc/powernv: Free PHB instance upon error We don't free PHB instance (struct pnv_phb) on error to creating the associated PCI controler (struct pci_controller). The patch fixes that. Also, the output messages have been cleaned for a bit so that they looks unified for IODA_1/2 cases. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>