commit | 61da50da903fdfc00b40f3b3e3abeca7ae51b591 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Sep 05 09:36:48 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Sep 05 09:36:48 2014 -0600 |
tree | 4ae7471df17e8350c20b6ae08c56f14f25645299 | |
parent | c346a54a6f5a68eb4d9e97b69c3905fbda34d0fc [diff] |
PCI: imx6: Probe in module_init(), not fs_initcall() This effectively reverts f216f57ffe6e ("PCI: imx6: Probe the PCIe in fs_initcall()") as the resource allocation issue that prevented the driver from working properly at module_initcall level is now fixed in pcie-designware.c. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Richard Zhu <r65037@freescale.com>