PCI: data structure agnostic free list function
authorRam Pai <linuxram@us.ibm.com>
Tue, 15 Feb 2011 01:43:18 +0000 (17:43 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 4 Mar 2011 18:46:04 +0000 (10:46 -0800)
commit094732a520caae81ae1532af29da82a4fa953472
tree8c1b7ed35d86187032372b6e0db690c04b10a6bc
parent13583b16592a9a85093dd9aa3d4e8cd76e4f0cd4
PCI: data structure agnostic free list function

Replace free_failed_list() with a free_list() call. free_list() can
handle 'resource_list_x', 'resource_list' and any linked list linked
through ->next

Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c