]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitd4ec6c7cc9a15a7a529719bc3b84f46812f9842e
tree7ca34ffd8ade994997009cc255db695b2becab1b
parent4a90c7e86202f46fa9af011bdbcdf36e355d1721
[ACPI] remove "Resource isn't an IRQ" warning

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>
drivers/acpi/pci_link.c