diff options
author | [email protected] <[email protected]> | 2011-07-21 15:29:14 +0900 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2011-07-26 16:24:02 +0200 |
commit | 1dd75f91ae713049eb6baaa640078f3a6549e522 (patch) | |
tree | 24ce9355ca74a6fe6a179e61a9ab9418b17f2eae /net/unix | |
parent | 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff) |
genirq: Fix wrong bit operation
(!msk & 0x01) should be !(msk & 0x01)
Signed-off-by: Jonghwan Choi <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions