From: Thomas Gleixner Date: Sat, 12 Feb 2011 11:10:49 +0000 (+0100) Subject: genirq: Add missing buslock to set_irq_type(), set_irq_wake() X-Git-Tag: v2.6.39-rc1~503^2~9^2~83 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43abe43ce0619d744c7a5bb15cce075e532b53b7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed