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

2014-12-14 Thread Gavin Shan
On Mon, Dec 15, 2014 at 09:45:00AM +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 Reviewed-by: Gavin Shan Thanks, Gavin > >V2: > * rebase the code on v3.18

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

2014-12-14 Thread Wei Yang
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 V2: * rebase the code on v3.18 --- arch/powerpc/kernel/pci_dn.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/