aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dump_stack.c
diff options
context:
space:
mode:
authorMilo Kim <[email protected]>2016-01-13 07:19:50 +0000
committerThomas Gleixner <[email protected]>2016-01-27 11:54:33 +0000
commit49f34134aea74f19ca016f055d25ee55ec359dee (patch)
tree59f04e92480c7b87f40f5e3247d7d4e55792983d /lib/dump_stack.c
parentirqchip/gic-v3-its: Recompute the number of pages on page size change (diff)
downloadkernel-49f34134aea74f19ca016f055d25ee55ec359dee.tar.gz
kernel-49f34134aea74f19ca016f055d25ee55ec359dee.zip
irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
Atmel AIC has common structure for SMR (Source Mode Register). bit[6:5] Interrupt source type bit[2:0] Priority level Other bits are unused. To update new priority value, bit[2:0] should be cleared first and then new priority level can be written. However, aic_common_set_priority() helper clears source type bits instead of priority bits. This patch fixes wrong mask bit operation. Fixes: b1479ebb7720 "irqchip: atmel-aic: Add atmel AIC/AIC5 drivers" Signed-off-by: Milo Kim <[email protected]> Acked-by: Boris Brezillon <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Ludovic Desroches <[email protected]> Cc: Nicholas Ferre <[email protected]> Cc: [email protected] #v3.17+ Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/dump_stack.c')
0 files changed, 0 insertions, 0 deletions