Merge remote-tracking branch 'spi/fix/clps711x' into spi-clps711x
authorMark Brown <broonie@linaro.org>
Thu, 3 Oct 2013 16:25:40 +0000 (17:25 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 3 Oct 2013 16:25:40 +0000 (17:25 +0100)
Conflicts:
drivers/spi/spi-clps711x.c

1  2 
drivers/spi/spi-clps711x.c

@@@ -226,8 -226,7 +226,7 @@@ static int spi_clps711x_probe(struct pl
                               dev_name(&pdev->dev), hw);
        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);