[PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-01-16 10:02:46
Also in:
linux-alpha, linux-pci, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-01-16 10:02:46
Also in:
linux-alpha, linux-pci, lkml
On Friday 16 January 2015 09:44:16 Yijing Wang wrote:
+static void pci_host_bridge_probe_mode(
+ struct pci_host_bridge *host)
+{
+ host->of_scan = true;
+}I probably missed something here, but where does host->of_scan get used? Arnd