OSDN Git Service

irqdomain: Mask irq type in irq_domain_xlate_onetwocell()
authorSebastian Frias <sf84@laposte.net>
Tue, 2 Aug 2016 08:52:45 +0000 (10:52 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Sep 2016 16:06:50 +0000 (18:06 +0200)
commit0c228919e04ddec195402296e7ebf2472ed6caef
tree2d59bba00123cf7351199c79d32f8d9323fb6579
parentee26c013cdee0b947e29d6cadfb9ff3341c69ff9
irqdomain: Mask irq type in irq_domain_xlate_onetwocell()

According to the xlate() callback definition, the 'out_type' parameter
needs to be the "linux irq type".

A mask for such bits exists, IRQ_TYPE_SENSE_MASK, which is correctly
applied in irq_domain_xlate_twocell()

So use it for irq_domain_xlate_onetwocell() as well.

Signed-off-by: Sebastian Frias <sf84@laposte.net>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Mason <slash.tmp@free.fr>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/57A05F5D.103@laposte.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/irqdomain.c