Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37fbddf5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "irqchip: gicv3: add hardware irq print in gic_show_resume_irq()"

parents e900a317 2204bd36
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -609,7 +609,8 @@ static void gic_show_resume_irq(struct gic_chip_data *gic)
		else if (desc->action && desc->action->name)
			name = desc->action->name;

		pr_warn("%s: %d triggered %s\n", __func__, irq, name);
		pr_warn("%s: irq:%d hwirq:%u triggered %s\n",
			 __func__, irq, i, name);
	}
}