genirq: Add missing buslock to set_irq_type(), set_irq_wake()
authorThomas Gleixner <tglx@linutronix.de>
Sat, 12 Feb 2011 11:10:49 +0000 (12:10 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:06 +0000 (12:58 +0100)
commit43abe43ce0619d744c7a5bb15cce075e532b53b7
treef915103a0d1d671d2f537c7852869b7ca4a0078b
parente7bcecb7b1d29b9ad5af939149a945658620ca8f
genirq: Add missing buslock to set_irq_type(), set_irq_wake()

chips behind a slow bus cannot update the chip under desc->lock, but
we miss the chip_buslock/chip_bus_sync_unlock() calls around the set
type and set wake functions.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/chip.c
kernel/irq/manage.c
This page took 0.030247 seconds and 5 git commands to generate.