From 69bccc4343e53cdcdff928faef933e3017329b8a Mon Sep 17 00:00:00 2001 From: Virupax Sadashivpetimath Date: Tue, 11 Oct 2011 10:49:17 +0200 Subject: [PATCH] --- yaml --- r: 273437 b: refs/heads/master c: e6f9306e2762a651fe6b735a36fcb696d05e8ed2 h: refs/heads/master i: 273435: 408dcfa3d0295f6bed2dae69a2f6d6e427dbe804 v: v3 --- [refs] | 2 +- trunk/drivers/mfd/ab8500-core.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 532cd13a0bbd..149c2bc59456 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57265bc114fd71e721a314f481902cd4f4d3d05f +refs/heads/master: e6f9306e2762a651fe6b735a36fcb696d05e8ed2 diff --git a/trunk/drivers/mfd/ab8500-core.c b/trunk/drivers/mfd/ab8500-core.c index 387705e494b9..eb238ee77e68 100644 --- a/trunk/drivers/mfd/ab8500-core.c +++ b/trunk/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, };