Commit 6554f950 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Lorenzo Pieralisi

PCI: mvebu: Remove redundant platform_set_drvdata() call

This is already done earlier in mvebu_pcie_probe().
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
parent ce397d21
...@@ -1283,8 +1283,6 @@ static int mvebu_pcie_probe(struct platform_device *pdev) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment