From: Virupax Sadashivpetimath Date: Tue, 11 Oct 2011 08:49:17 +0000 (+0200) Subject: mfd: Add ab8500 interrupt disable hook X-Git-Tag: v3.2-rc1~72^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6f9306e2762a651fe6b735a36fcb696d05e8ed2;p=thirdparty%2Fkernel%2Flinux.git mfd: Add ab8500 interrupt disable hook Add the missing interrupt disable hook in the irq_chip callbacks for ab8500. Signed-off-by: Virupax Sadashivpetimath Reviewed-by: Srinidhi Kasagar Signed-off-by: Philippe Langlais Signed-off-by: Linus Walleij Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 387705e494b96..eb238ee77e682 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -293,6 +293,7 @@ static struct irq_chip ab8500_irq_chip = { .irq_bus_lock = ab8500_irq_lock, .irq_bus_sync_unlock = ab8500_irq_sync_unlock, .irq_mask = ab8500_irq_mask, + .irq_disable = ab8500_irq_mask, .irq_unmask = ab8500_irq_unmask, };