Skip to content

Commit

Permalink
pinctrl: sirf: atlas7: Improve code layout
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christophe JAILLET authored and Linus Walleij committed Dec 30, 2016
1 parent 7af355e commit 704ae20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/pinctrl/sirf/pinctrl-atlas7.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 704ae20

Please sign in to comment.