summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-07-21 12:13:48 (GMT)
committerLee Jones <lee.jones@linaro.org>2014-07-22 12:17:07 (GMT)
commitc06f308aa3318c60d5d6dd41a6244ce2177a7f45 (patch)
tree4a35ff54bc0a1a9f7301732b42d9f74797e1b84d /drivers
parentb6c1cb4d9648b8069d1a1d90facfc65d69015743 (diff)
downloadlinux-c06f308aa3318c60d5d6dd41a6244ce2177a7f45.tar.xz
mfd: twl6040: Fix 'insert space after ','', error
This is part of an effort to clean-up the MFD subsystem. ERROR: space required after that ',' (ctx:VxO) + 0, &twl6040_irq_chip,&twl6040->irq_data); ^ ERROR: space required before that '&' (ctx:OxV) + 0, &twl6040_irq_chip,&twl6040->irq_data); ^ total: 2 errors, 0 warnings, 816 lines checked Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/twl6040.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index ae26d84..f9c06c5 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -700,7 +700,7 @@ static int twl6040_probe(struct i2c_client *client,
}
ret = regmap_add_irq_chip(twl6040->regmap, twl6040->irq, IRQF_ONESHOT,
- 0, &twl6040_irq_chip,&twl6040->irq_data);
+ 0, &twl6040_irq_chip, &twl6040->irq_data);
if (ret < 0)
goto gpio_err;