From: Matthew Wilcox Date: Mon, 28 Jul 2008 17:38:59 +0000 (-0400) Subject: PCI: rewrite PCI BAR reading code X-Git-Tag: v2.6.27-rc1~3^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac665c63dcac8fcec534a1d224ecbb8b867ad59;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed