From: Len Brown Date: Thu, 26 Jan 2006 22:23:38 +0000 (-0500) Subject: [ACPI] remove "Resource isn't an IRQ" warning X-Git-Tag: v2.6.16-rc2~1^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ec6c7cc9a15a7a529719bc3b84f46812f9842e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed