spi: clps711x: Remove redundant label
Remove empty label. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
15c03dd485
commit
c70837908d
1 changed files with 1 additions and 2 deletions
|
@ -227,7 +227,7 @@ static int spi_clps711x_probe(struct platform_device *pdev)
|
|||
if (ret) {
|
||||
dev_err(&pdev->dev, "Can't request IRQ\n");
|
||||
clk_put(hw->spi_clk);
|
||||
goto clk_out;
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
ret = spi_register_master(master);
|
||||
|
@ -240,7 +240,6 @@ static int spi_clps711x_probe(struct platform_device *pdev)
|
|||
|
||||
dev_err(&pdev->dev, "Failed to register master\n");
|
||||
|
||||
clk_out:
|
||||
err_out:
|
||||
while (--i >= 0)
|
||||
if (gpio_is_valid(hw->chipselect[i]))
|
||||
|
|
Loading…
Reference in a new issue