Re: [PATCH] PCI: Use correct type when freeing bus resource list

2012-09-18 Thread Bjorn Helgaas
On Fri, Sep 14, 2012 at 6:48 PM, Yinghai Lu wrote: > Should use struct pci_bus_resource instead of struct pci_host_bridge_window Looks good, and this is all my fault, sorry. Applied to a pci/yinghai-misc branch. > Signed-off-by: Yinghai Lu > > --- > drivers/pci/bus.c |6 +- > 1 file c

[PATCH] PCI: Use correct type when freeing bus resource list

2012-09-14 Thread Yinghai Lu
Should use struct pci_bus_resource instead of struct pci_host_bridge_window Signed-off-by: Yinghai Lu --- drivers/pci/bus.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Index: linux-2.6/drivers/pci/bus.c === --- l