projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dbb6b
)
irqchip/riscv-intc: Fix a typo in a pr_warn()
author
Palmer Dabbelt
<palmerdabbelt@google.com>
Thu, 11 Jun 2020 17:53:02 +0000
(10:53 -0700)
committer
Marc Zyngier
<maz@kernel.org>
Sun, 21 Jun 2020 14:15:41 +0000
(15:15 +0100)
Anup originally re-spun his patch set to include this fix, but it was a bit too
late for my PR so I've split it out.
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20200611175302.253540-1-palmer@dabbelt.com
drivers/irqchip/irq-riscv-intc.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-riscv-intc.c
b/drivers/irqchip/irq-riscv-intc.c
index a6f97fa6ff69d5f3157450c0e99c9f6c9533ebfa..8017f6d32d52b7453a28635a57ba3068ef184a6a 100644
(file)
--- a/
drivers/irqchip/irq-riscv-intc.c
+++ b/
drivers/irqchip/irq-riscv-intc.c
@@
-99,7
+99,7
@@
static int __init riscv_intc_init(struct device_node *node,
hartid = riscv_of_parent_hartid(node);
if (hartid < 0) {
- pr_warn("unable to fin
e
hart id for %pOF\n", node);
+ pr_warn("unable to fin
d
hart id for %pOF\n", node);
return 0;
}