commit | 6ac665c63dcac8fcec534a1d224ecbb8b867ad59 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Mon Jul 28 13:38:59 2008 -0400 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Jul 28 14:28:53 2008 -0700 |
tree | c331b97a2a7a5dfc6353f2538e5fd66a0d9a854d | |
parent | 37139074233a5bbec54ae01ab580e5788a248cc3 [diff] |
PCI: rewrite PCI BAR reading code Factor out the code to read one BAR from the loop in pci_read_bases into a new function, __pci_read_base. The new code is slightly more readable, better commented and removes the ifdef. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>