[ACPI] remove "Resource isn't an IRQ" warning
authorLen Brown <len.brown@intel.com>
Thu, 26 Jan 2006 22:23:38 +0000 (17:23 -0500)
committerLen Brown <len.brown@intel.com>
Thu, 26 Jan 2006 22:23:38 +0000 (17:23 -0500)
In the case where a (broken) BIOS gives  us a blank _CRS for
a PCI Interrupt Link Device, the acpi_walk_resources()
will not terminate, but will then give the callback
the resource end tag.  Ignore the end tag.

Signed-off-by: Len Brown <len.brown@intel.com>

No differences found