提交 c7083790 编写于 作者: S Sachin Kamat 提交者: Mark Brown

spi: clps711x: Remove redundant label

Remove empty label.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 15c03dd4
...@@ -227,7 +227,7 @@ static int spi_clps711x_probe(struct platform_device *pdev) ...@@ -227,7 +227,7 @@ static int spi_clps711x_probe(struct platform_device *pdev)
if (ret) { if (ret) {
dev_err(&pdev->dev, "Can't request IRQ\n"); dev_err(&pdev->dev, "Can't request IRQ\n");
clk_put(hw->spi_clk); clk_put(hw->spi_clk);
goto clk_out; goto err_out;
} }
ret = spi_register_master(master); ret = spi_register_master(master);
...@@ -240,7 +240,6 @@ static int spi_clps711x_probe(struct platform_device *pdev) ...@@ -240,7 +240,6 @@ static int spi_clps711x_probe(struct platform_device *pdev)
dev_err(&pdev->dev, "Failed to register master\n"); dev_err(&pdev->dev, "Failed to register master\n");
clk_out:
err_out: err_out:
while (--i >= 0) while (--i >= 0)
if (gpio_is_valid(hw->chipselect[i])) if (gpio_is_valid(hw->chipselect[i]))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册