diff options
author | Felipe Balbi <balbi@ti.com> | 2011-06-30 05:51:04 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 08:09:11 -0400 |
commit | 8cd6af2938945ce71e99182c8f092033cf9a5e17 (patch) | |
tree | 22ccafec734fed2f2490a0adc29f5e7fe918e61e | |
parent | 01fdaab8ffced1deeee14d9c7d2745f37349484e (diff) |
mfd: Remove twl4030-irq trailing whitespaces
trivial patch, no functional changes.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | drivers/mfd/twl4030-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c index 8a7ee3139b86..7be97cb2075d 100644 --- a/drivers/mfd/twl4030-irq.c +++ b/drivers/mfd/twl4030-irq.c | |||
@@ -620,7 +620,7 @@ static int twl4030_sih_set_type(struct irq_data *data, unsigned trigger) | |||
620 | 620 | ||
621 | static struct irq_chip twl4030_sih_irq_chip = { | 621 | static struct irq_chip twl4030_sih_irq_chip = { |
622 | .name = "twl4030", | 622 | .name = "twl4030", |
623 | .irq_mask = twl4030_sih_mask, | 623 | .irq_mask = twl4030_sih_mask, |
624 | .irq_unmask = twl4030_sih_unmask, | 624 | .irq_unmask = twl4030_sih_unmask, |
625 | .irq_set_type = twl4030_sih_set_type, | 625 | .irq_set_type = twl4030_sih_set_type, |
626 | }; | 626 | }; |