summaryrefslogtreecommitdiff
path: root/Documentation/thermal
diff options
context:
space:
mode:
authorjhbird.choi@samsung.com <jhbird.choi@samsung.com>2011-07-21 06:29:14 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2011-07-26 14:24:02 (GMT)
commit1dd75f91ae713049eb6baaa640078f3a6549e522 (patch)
tree24ce9355ca74a6fe6a179e61a9ab9418b17f2eae /Documentation/thermal
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff)
downloadlinux-fsl-qoriq-1dd75f91ae713049eb6baaa640078f3a6549e522.tar.xz
genirq: Fix wrong bit operation
(!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
Diffstat (limited to 'Documentation/thermal')
0 files changed, 0 insertions, 0 deletions