git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f8c6a
)
genirq: Fix wrong bit operation
author
jhbird.choi@samsung.com
<jhbird.choi@samsung.com>
Thu, 21 Jul 2011 06:29:14 +0000
(15:29 +0900)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 26 Jul 2011 14:24:02 +0000
(16:24 +0200)
(!msk & 0x01) should be !(msk & 0x01)
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Link:
http://lkml.kernel.org/r/1311229754-6003-1-git-send-email-jhbird.choi@samsung.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org
No differences found