mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
PCI: rockchip: remove redundant platform data assignment
We add it twice, so remove one. Change-Id: I103ee8ffcc15569d65e9455a5465ac4b7dc5112d Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -1330,8 +1330,6 @@ static int rockchip_pcie_probe(struct platform_device *pdev)
|
||||
if (err)
|
||||
goto err_vpcie;
|
||||
|
||||
platform_set_drvdata(pdev, rockchip);
|
||||
|
||||
rockchip_pcie_enable_interrupts(rockchip);
|
||||
|
||||
err = rockchip_pcie_init_irq_domain(rockchip);
|
||||
|
||||
Reference in New Issue
Block a user