aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps65910.c
diff options
context:
space:
mode:
authorLaurent Navet <laurent.navet@gmail.com>2013-03-20 13:16:04 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-03-27 16:05:18 +0100
commit195c65e83ccc0094bc4143176a1b21de2ba9237b (patch)
tree637cbf634549520873a76c1739e3762ea3579cc5 /drivers/gpio/gpio-tps65910.c
parentgpio: gpio-timberdale.c: fix checkpatch error (diff)
downloadlinux-dev-195c65e83ccc0094bc4143176a1b21de2ba9237b.tar.xz
linux-dev-195c65e83ccc0094bc4143176a1b21de2ba9237b.zip
gpio: gpio-tps65910.c: fix checkpatch error
Fix : gpio/gpio-tps65910.c:136: ERROR: space required before the open parenthesis '(' Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-tps65910.c')
-rw-r--r--drivers/gpio/gpio-tps65910.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps65910.c b/drivers/gpio/gpio-tps65910.c
index 5083825a0348..06146219d9d2 100644
--- a/drivers/gpio/gpio-tps65910.c
+++ b/drivers/gpio/gpio-tps65910.c
@@ -133,7 +133,7 @@ static int tps65910_gpio_probe(struct platform_device *pdev)
tps65910_gpio->gpio_chip.owner = THIS_MODULE;
tps65910_gpio->gpio_chip.label = tps65910->i2c_client->name;
- switch(tps65910_chip_id(tps65910)) {
+ switch (tps65910_chip_id(tps65910)) {
case TPS65910:
tps65910_gpio->gpio_chip.ngpio = TPS65910_NUM_GPIO;
break;