Skip to content
Commit 1dd75f91 authored by jhbird.choi@samsung.com's avatar jhbird.choi@samsung.com Committed by Thomas Gleixner
Browse files

genirq: Fix wrong bit operation



(!msk & 0x01) should be !(msk & 0x01)

Signed-off-by: default avatarJonghwan Choi <jhbird.choi@samsung.com>
Link: http://lkml.kernel.org/r/1311229754-6003-1-git-send-email-jhbird.choi@samsung.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org
parent 02f8c6ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment