projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391de7f
)
soc: dove: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
author
Thomas Gleixner
<
[email protected]
>
Mon, 14 Sep 2015 08:27:13 +0000
(10:27 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Mon, 14 Sep 2015 08:30:05 +0000
(10:30 +0200)
Search and replace done with coccinelle
Signed-off-by: Thomas Gleixner <
[email protected]
>
Cc: Julia Lawall <
[email protected]
>
Cc: Jiang Liu <
[email protected]
>
drivers/soc/dove/pmu.c
patch
|
blob
|
history
diff --git
a/drivers/soc/dove/pmu.c
b/drivers/soc/dove/pmu.c
index 6792aae9e2e5aca50ffb6657a43b4012214d3709..4decb26e8116f0df7c9de2716caddc6257af1c78 100644
(file)
--- 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 controller */
static void pmu_irq_handler(unsigned int irq, struct irq_desc *desc)
{
- struct pmu_data *pmu = irq_
get_handler_data(irq
);
+ struct pmu_data *pmu = irq_
desc_get_handler_data(desc
);
struct irq_chip_generic *gc = pmu->irq_gc;
struct irq_domain *domain = pmu->irq_domain;
void __iomem *base = gc->reg_base;