/drivers/usb/host/whci/

name='id' value='5c56b563b4486281bff80658194f0d1da6feba67'/>
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-09 17:54:59 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-09 17:54:59 -0700
commit5c56b563b4486281bff80658194f0d1da6feba67 (patch)
tree80ab610988c049511122c53078578e538a0b9ffa
parentb507146bb6b9ac0c0197100ba3e299825a21fed3 (diff)
parent44f43e99fe70833058482d183e99fdfd11220996 (diff)
Merge branch 'akpm' (patches from Andrew)
Merge fixes from Andrew Morton: "2 fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: zsmalloc: fix zs_can_compact() integer overflow Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan""
Diffstat
eb95465bfe5f /sound/soc/codecs/wm8580.c
parent08d85f3ea99f1eeafc4e8507936190e86a16ee8c (diff)
x86/irq: Make irq activate operations symmetric
The recent commit which prevents double activation of interrupts unearthed interesting code in x86. The code (ab)uses irq_domain_activate_irq() to reconfigure an already activated interrupt. That trips over the prevention code now. Fix it by deactivating the interrupt before activating the new configuration. Fixes: 08d85f3ea99f1 "irqdomain: Avoid activating interrupts more than once" Reported-and-tested-by: Mike Galbraith <efault@gmx.de> Reported-and-tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701311901580.3457@nanos
Diffstat (limited to 'sound/soc/codecs/wm8580.c')