Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Oct 7, 2013
2 parents 896182a + 3e2bd64 commit ac9fdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,8 @@ static int s3c64xx_spi_probe(struct platform_device *pdev)
S3C64XX_SPI_INT_TX_OVERRUN_EN | S3C64XX_SPI_INT_TX_UNDERRUN_EN,
sdd->regs + S3C64XX_SPI_INT_EN);

pm_runtime_enable(&pdev->dev);

if (spi_register_master(master)) {
dev_err(&pdev->dev, "cannot register SPI master\n");
ret = -EBUSY;
Expand All @@ -1440,8 +1442,6 @@ static int s3c64xx_spi_probe(struct platform_device *pdev)
mem_res,
sdd->rx_dma.dmach, sdd->tx_dma.dmach);

pm_runtime_enable(&pdev->dev);

return 0;

err3:
Expand Down

0 comments on commit ac9fdc8

Please sign in to comment.