On 01/19/2010 01:48 PM, Alex Chiang wrote: >> + /* retore size and flags */ > > "restore" > >> + for (list = head.next; list;) { >> + struct resource *res = list->res; >> + >> + res->start = list->start; >> + res->end = list->end; >> + res->flags = list->flags; >> + if (list->dev->subordinate) >> + res->flags = 0; >> + >> + list = list->next; >> + } >> + free_failed_list(&head); >> + >> + goto again; >> + >> +enable_and_dump: >> + /* Depth last, update the hardware. */ >> + list_for_each_entry(bus, &pci_root_buses, node) { >> pci_enable_bridges(bus); >> } > > Strictly speaking, you don't need these curly braces. ok -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html