aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorjhbird.choi@samsung.com <jhbird.choi@samsung.com>2011-07-21 15:29:14 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-29 13:29:06 -0700
commit9a420aaeab0231727fc620fca9cd0e46e6438e93 (patch)
tree0bf9479537631cf02f2146a215a7e4fe9d0c5156 /fs/cifs
parentd31bf2883542cd3414674238f94123bd1d9c0b9f (diff)
downloadkernel_samsung_smdk4412-9a420aaeab0231727fc620fca9cd0e46e6438e93.zip
kernel_samsung_smdk4412-9a420aaeab0231727fc620fca9cd0e46e6438e93.tar.gz
kernel_samsung_smdk4412-9a420aaeab0231727fc620fca9cd0e46e6438e93.tar.bz2
genirq: Fix wrong bit operation
commit 1dd75f91ae713049eb6baaa640078f3a6549e522 upstream. (!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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions