diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2016-07-19 15:54:08 +0600 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-06 12:14:12 +0200 |
commit | 00b992deaa08495ab958da5950c9ebbba27d0ddc (patch) | |
tree | 656ac41e2df2a59485dcdeb89b24445c4d6189c4 /ipc | |
parent | 545d5d657b720e9c4dc773265bb7e9d88e34b269 (diff) |
genirq: No need to mask non trigger mode flags before __irq_set_trigger()
Some callers of __irq_set_trigger() masks all flags except trigger mode
flags. This is unnecessary, ase __irq_set_trigger() already does this
before usage of flags.
[ tglx: Moved the flag mask and adjusted comment. Removed the hunk in
enable_percpu_irq() as it is required there ]
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/20160719095408.13778-1-kuleshovmail@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions