]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] pci_acpi_scan_root cleanup
authorLuck, Tony <tony.luck@intel.com>
Fri, 15 Aug 2008 22:37:48 +0000 (15:37 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 18 Aug 2008 22:41:21 +0000 (15:41 -0700)
The code walks all the acpi _CRS methods to see how many windows
to allocate.  It then scans them all again to insert_resource()
for each *even if the first scan found that there were none*.

Move the second scan inside the "if (windows)" clause.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found