mirror of https://gitee.com/openkylin/linux.git
PCI: mvebu: Remove redundant platform_set_drvdata() call
This is already done earlier in mvebu_pcie_probe(). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
This commit is contained in:
parent
ce397d215c
commit
6554f95019
|
@ -1283,8 +1283,6 @@ static int mvebu_pcie_probe(struct platform_device *pdev)
|
||||||
|
|
||||||
mvebu_pcie_enable(pcie);
|
mvebu_pcie_enable(pcie);
|
||||||
|
|
||||||
platform_set_drvdata(pdev, pcie);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue