summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sirf
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2016-12-20 00:41:22 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-12-30 03:14:55 -0500
commit704ae20696128266cf81cf51ecdbeb4c182e9f79 (patch)
tree3427b1edcf8e8151b58322aac7bc79bee1b881c0 /drivers/pinctrl/sirf
parent7af355e6715b325d8af29822f4c3dbecd7eeebec (diff)
pinctrl: sirf: atlas7: Improve code layout
Add some tab in order to improve indentation. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sirf')
-rw-r--r--drivers/pinctrl/sirf/pinctrl-atlas7.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/sirf/pinctrl-atlas7.c b/drivers/pinctrl/sirf/pinctrl-atlas7.c
index f714f67c4b64..76df538fa814 100644
--- a/drivers/pinctrl/sirf/pinctrl-atlas7.c
+++ b/drivers/pinctrl/sirf/pinctrl-atlas7.c
@@ -5444,7 +5444,7 @@ static int atlas7_pinmux_probe(struct platform_device *pdev)
5444 pmx->regs[idx] = of_iomap(np, idx); 5444 pmx->regs[idx] = of_iomap(np, idx);
5445 if (!pmx->regs[idx]) { 5445 if (!pmx->regs[idx]) {
5446 dev_err(&pdev->dev, 5446 dev_err(&pdev->dev,
5447 "can't map ioc bank#%d registers\n", idx); 5447 "can't map ioc bank#%d registers\n", idx);
5448 ret = -ENOMEM; 5448 ret = -ENOMEM;
5449 goto unmap_io; 5449 goto unmap_io;
5450 } 5450 }
@@ -6057,8 +6057,8 @@ static int atlas7_gpio_probe(struct platform_device *pdev)
6057 ret = gpiochip_add_data(chip, a7gc); 6057 ret = gpiochip_add_data(chip, a7gc);
6058 if (ret) { 6058 if (ret) {
6059 dev_err(&pdev->dev, 6059 dev_err(&pdev->dev,
6060 "%s: error in probe function with status %d\n", 6060 "%s: error in probe function with status %d\n",
6061 np->name, ret); 6061 np->name, ret);
6062 goto failed; 6062 goto failed;
6063 } 6063 }
6064 6064