pinctrl: sirf: atlas7: Improve code layout
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 20 Dec 2016 05:41:22 +0000 (06:41 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 30 Dec 2016 08:14:55 +0000 (09:14 +0100)
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>
drivers/pinctrl/sirf/pinctrl-atlas7.c

index f714f67..76df538 100644 (file)
@@ -5444,7 +5444,7 @@ static int atlas7_pinmux_probe(struct platform_device *pdev)
                pmx->regs[idx] = of_iomap(np, idx);
                if (!pmx->regs[idx]) {
                        dev_err(&pdev->dev,
-                       "can't map ioc bank#%d registers\n", idx);
+                               "can't map ioc bank#%d registers\n", idx);
                        ret = -ENOMEM;
                        goto unmap_io;
                }
@@ -6057,8 +6057,8 @@ static int atlas7_gpio_probe(struct platform_device *pdev)
        ret = gpiochip_add_data(chip, a7gc);
        if (ret) {
                dev_err(&pdev->dev,
-               "%s: error in probe function with status %d\n",
-               np->name, ret);
+                       "%s: error in probe function with status %d\n",
+                       np->name, ret);
                goto failed;
        }