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