Re: [PATCH 1/6] PCI, acpiphp: Use list_for_each_entry() for bus traversal

2014-02-14 Thread Yijing Wang
On 2014/2/15 2:23, Bjorn Helgaas wrote: > On Thu, Feb 13, 2014 at 09:13:58PM +0800, Yijing Wang wrote: >> Replace list_for_each() + pci_bus_b() with the simpler >> list_for_each_entry(). >> >> Signed-off-by: Yijing Wang > > I applied all six of these (please include a 0/6 cover letter in the > fu

Re: [PATCH 1/6] PCI, acpiphp: Use list_for_each_entry() for bus traversal

2014-02-14 Thread Yijing Wang
>>> Does it conflict with anything currently in linux-next (the linux-next >>> branch >>> of linux-pm.git in particular)? >> >> Hi Rafael, >>I applied this to your linux-next branch successfully . No conflicts >> found. > > Good. :-) > > Please feel free to add my ACK to it. Thanks very mu

Re: [PATCH 1/6] PCI,acpiphp: Use list_for_each_entry() for bus traversal

2014-02-14 Thread Bjorn Helgaas
On Thu, Feb 13, 2014 at 09:13:58PM +0800, Yijing Wang wrote: > Replace list_for_each() + pci_bus_b() with the simpler > list_for_each_entry(). > > Signed-off-by: Yijing Wang I applied all six of these (please include a 0/6 cover letter in the future; that's a nice place to note that I applied th

Re: [PATCH 1/6] PCI, acpiphp: Use list_for_each_entry() for bus traversal

2014-02-14 Thread Rafael J. Wysocki
On Friday, February 14, 2014 10:19:41 AM Yijing Wang wrote: > On 2014/2/14 7:54, Rafael J. Wysocki wrote: > > On Thursday, February 13, 2014 09:13:58 PM Yijing Wang wrote: > >> Replace list_for_each() + pci_bus_b() with the simpler > >> list_for_each_entry(). > >> > >> Signed-off-by: Yijing Wang >