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:
597f03f
)
irqchip/vic: Improve function-level documentation
author
Julia Lawall
<
[email protected]
>
Sat, 1 Oct 2016 19:46:30 +0000
(21:46 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Wed, 5 Oct 2016 09:53:35 +0000
(11:53 +0200)
The associated function, vic_init_cascaded, has never had a variable
irq_start.
Issue detected using Coccinelle (http://coccinelle.lip6.fr/)
Signed-off-by: Julia Lawall <
[email protected]
>
Cc: Marc Zyngier <
[email protected]
>
Cc:
[email protected]
Cc: Jason Cooper <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
drivers/irqchip/irq-vic.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-vic.c
b/drivers/irqchip/irq-vic.c
index f811a7de5857c320bc6f2a86bf7e5252f2327a59..74192f62dd67d37b609aeb08f848545db8a3caf3 100644
(file)
--- a/
drivers/irqchip/irq-vic.c
+++ b/
drivers/irqchip/irq-vic.c
@@
-498,7
+498,6
@@
void __init vic_init(void __iomem *base, unsigned int irq_start,
* vic_init_cascaded() - initialise a cascaded vectored interrupt controller
* @base: iomem base address
* @parent_irq: the parent IRQ we're cascaded off
- * @irq_start: starting interrupt number, must be muliple of 32
* @vic_sources: bitmask of interrupt sources to allow
* @resume_sources: bitmask of interrupt sources to allow for resume
*