Tag: 5230347ea70a811f0a526e8e4f0f529ac31b7d18

soc: dove: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

Author: Thomas Gleixner <tglx@linutronix.de> Search and replace done with coccinelle Signed-off-by: Thomas Gleixner Cc: Julia Lawall Cc: Jiang Liu — drivers/soc/dove/pmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/soc/dove/pmu.c b/drivers/soc/dove/pmu.c index 6792aae..4decb26 100644 — a/drivers/soc/dove/pmu.c +++ b/drivers/soc/dove/pmu.c @@ -224,7 +224,7 @@ static void __pmu_domain_register(struct pmu_domain *domain, /* PMU IRQ …

Continue reading