From 086f8bc47c608927bbb98486b7c242c3f6b2987f Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 30 Jun 2011 12:51:04 +0300 Subject: [PATCH] --- yaml --- r: 273380 b: refs/heads/master c: 8cd6af2938945ce71e99182c8f092033cf9a5e17 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mfd/twl4030-irq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f16853c8f45..5ce0533a9df3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01fdaab8ffced1deeee14d9c7d2745f37349484e +refs/heads/master: 8cd6af2938945ce71e99182c8f092033cf9a5e17 diff --git a/trunk/drivers/mfd/twl4030-irq.c b/trunk/drivers/mfd/twl4030-irq.c index 8a7ee3139b86..7be97cb2075d 100644 --- a/trunk/drivers/mfd/twl4030-irq.c +++ b/trunk/drivers/mfd/twl4030-irq.c @@ -620,7 +620,7 @@ static int twl4030_sih_set_type(struct irq_data *data, unsigned trigger) static struct irq_chip twl4030_sih_irq_chip = { .name = "twl4030", - .irq_mask = twl4030_sih_mask, + .irq_mask = twl4030_sih_mask, .irq_unmask = twl4030_sih_unmask, .irq_set_type = twl4030_sih_set_type, };