From: Gavin Shan Date: Wed, 31 Jul 2013 08:47:00 +0000 (+0800) Subject: powerpc/powernv: Free PHB instance upon error X-Git-Tag: v3.12-rc1~123^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d714ec7a73bfdf0780862d7e79302e084d49ca;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed