]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
genirq: Fix for_each_action_of_desc() macro
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 9 Aug 2017 06:32:21 +0000 (15:32 +0900)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Aug 2017 10:10:37 +0000 (12:10 +0200)
commit163616cf2f6ab7a8e37452ec00320039ab65bd45
tree39330c180096ec94a3d066c0fe50ce56935d9b26
parentef954844c7ace62f773f4f23e28d2d915adc419f
genirq: Fix for_each_action_of_desc() macro

struct irq_desc does not have a member named "act".  The correct
name is "action".

Currently, all users of this macro use an iterator named "action".
If a different name is used, it will cause a build error.

Fixes: f944b5a7aff0 ("genirq: Use a common macro to go through the actions list")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1502260341-28184-1-git-send-email-yamada.masahiro@socionext.com
kernel/irq/internals.h