提交 704ae206 编写于 作者: C Christophe JAILLET 提交者: Linus Walleij

pinctrl: sirf: atlas7: Improve code layout

Add some tab in order to improve indentation.
Signed-off-by: NChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 7af355e6
...@@ -5444,7 +5444,7 @@ static int atlas7_pinmux_probe(struct platform_device *pdev) ...@@ -5444,7 +5444,7 @@ static int atlas7_pinmux_probe(struct platform_device *pdev)
pmx->regs[idx] = of_iomap(np, idx); pmx->regs[idx] = of_iomap(np, idx);
if (!pmx->regs[idx]) { if (!pmx->regs[idx]) {
dev_err(&pdev->dev, dev_err(&pdev->dev,
"can't map ioc bank#%d registers\n", idx); "can't map ioc bank#%d registers\n", idx);
ret = -ENOMEM; ret = -ENOMEM;
goto unmap_io; goto unmap_io;
} }
...@@ -6057,8 +6057,8 @@ static int atlas7_gpio_probe(struct platform_device *pdev) ...@@ -6057,8 +6057,8 @@ static int atlas7_gpio_probe(struct platform_device *pdev)
ret = gpiochip_add_data(chip, a7gc); ret = gpiochip_add_data(chip, a7gc);
if (ret) { if (ret) {
dev_err(&pdev->dev, dev_err(&pdev->dev,
"%s: error in probe function with status %d\n", "%s: error in probe function with status %d\n",
np->name, ret); np->name, ret);
goto failed; goto failed;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册