lkml.org 
[lkml]   [2015]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
>> -	pci_of_scan_bus(pbm, node, bus);
>> - pci_bus_add_devices(bus);
>> - pci_bus_register_of_sysfs(bus);
>> + pci_bus_add_devices(host->bus);
>> + pci_bus_register_of_sysfs(host->bus);
>>
>> - pci_claim_bus_resources(bus);
>> + pci_claim_bus_resources(host->bus);
>
> Isn't this a case where pci_claim_bus_resources() should be done before
> pci_bus_add_devices()? You didn't introduce this problem, but since you're
> fixing similar issues, seems like we should fix this one, too. In a patch
> of its own, of course.

OK, will fix in a another patch.

>
>>
>> - return bus;
>> + return host->bus;
>> }
>>
>> void pcibios_fixup_bus(struct pci_bus *pbus)
>> --
>> 1.7.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>
> .
>


--
Thanks!
Yijing



\
 
 \ /
  Last update: 2015-03-03 10:21    [W:0.363 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site