On Wed, Jul 28, 2021 at 11:19:58PM +0800, Hui Wang wrote: > The commit 0ec4e55e9f57 ("ACPI: resources: Add checks for ACPI IRQ > override") introduces regression on some platforms, at least it makes > the UART can't get correct irq setting on two different platforms, > and it makes the kernel can't bootup on these two platforms. > > This reverts commit 0ec4e55e9f571f08970ed115ec0addc691eda613. > > Regression-discuss: https://bugzilla.kernel.org/show_bug.cgi?id=213031 > Reported-by: PGNd <pgnet.dev@xxxxxxxxx> > Cc: 5.4+ <stable@xxxxxxxxxxxxxxx> # 5.4+ > Signed-off-by: Hui Wang <hui.wang@xxxxxxxxxxxxx> > --- > drivers/acpi/resource.c | 9 +-------- > 1 file changed, 1 insertion(+), 8 deletions(-) Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>