genirq: Remove the second parameter from handle_irq_event_percpu()
authorHuang Shijie <[email protected]>
Wed, 2 Sep 2015 02:24:55 +0000 (10:24 +0800)
committerThomas Gleixner <[email protected]>
Tue, 22 Sep 2015 14:14:55 +0000 (16:14 +0200)
commit71f64340fc0eadd06036d0db9a511b6d726add1d
treec1ab2791ff1cb79d35d1a4a5eb0b7bde8ca6b112
parentb55a3bb8650ddb096624175c55176d7fdbcad4ae
genirq: Remove the second parameter from handle_irq_event_percpu()

Actually, we always use the first irq action of the @desc->action
chain, so remove the second parameter from handle_irq_event_percpu()
which makes the code more tidy.

Signed-off-by: Huang Shijie <[email protected]>
Reviewed-by: Jiang Liu <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
kernel/irq/chip.c
kernel/irq/handle.c
kernel/irq/internals.h