mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
PCI: mvebu: Remove duplicate nports assignment
Member pcie->nports is initialized to correct value before the previous for-loop. There is not need to initialize it more times. Link: https://lore.kernel.org/r/20220104153529.31647-7-pali@kernel.org Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Lorenzo Pieralisi
parent
7f09a4b195
commit
7a02acdb5d
@@ -1332,8 +1332,6 @@ static int mvebu_pcie_probe(struct platform_device *pdev)
|
||||
mvebu_pcie_set_local_dev_nr(port, 0);
|
||||
}
|
||||
|
||||
pcie->nports = i;
|
||||
|
||||
bridge->sysdata = pcie;
|
||||
bridge->ops = &mvebu_pcie_ops;
|
||||
bridge->align_resource = mvebu_pcie_align_resource;
|
||||
|
||||
Reference in New Issue
Block a user