]> git.karo-electronics.de Git - karo-tx-linux.git/commit
genirq: Fix incorrect check for forced IRQ thread handler
authorAlexander Gordeev <agordeev@redhat.com>
Fri, 9 Mar 2012 13:59:13 +0000 (14:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 17:31:52 +0000 (10:31 -0700)
commita65dcdb33aed68ed3841703453fb659cbb997aec
treeedf08656fcdf4989c52f0d3a5ac53c80f7ac1dbf
parent74f8c989469845decd6b2b062c83eb5ad3b125ca
genirq: Fix incorrect check for forced IRQ thread handler

commit 540b60e24f3f4781d80e47122f0c4486a03375b8 upstream.

We do not want a bitwise AND between boolean operands

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Link: http://lkml.kernel.org/r/20120309135912.GA2114@dhcp-26-207.brq.redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/irq/manage.c