Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information