Re: [PATCH] powerpc/pci: remove the multi-init for pci_dn->phb

2014-12-14 Thread Wei Yang
On Sun, Dec 14, 2014 at 09:57:42PM +1100, Gavin Shan wrote: >On Sat, Dec 13, 2014 at 11:09:04AM +0800, Wei Yang wrote: >>pci_dn->phb is set to phb in update_dn_pci_info(), if succeed. >> >>This patch removes the duplication of pci_dn->phb initialization. >> >>Signed-off-by: Wei Yang >>--- >> arch/

Re: [PATCH] powerpc/pci: remove the multi-init for pci_dn->phb

2014-12-14 Thread Gavin Shan
On Sat, Dec 13, 2014 at 11:09:04AM +0800, Wei Yang wrote: >pci_dn->phb is set to phb in update_dn_pci_info(), if succeed. > >This patch removes the duplication of pci_dn->phb initialization. > >Signed-off-by: Wei Yang >--- > arch/powerpc/kernel/pci_dn.c |1 - > 1 file changed, 1 deletion(-) > >