Searched hist:bdc4abecaeff30b3cc230b418a925999dda594c2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | diff bdc4abecaeff30b3cc230b418a925999dda594c2 Sat Jan 21 04:08:27 CST 2012 Yinghai Lu <yinghai@kernel.org> PCI: Replace resource_list with generic list
So we can use helper functions for generic list. This makes the resource re-allocation code much more readable.
-v2: Use list_add_tail instead of adding list_insert_before, Pointed out by Linus.
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
|