Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 332ec81d authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus

parents 2f5a5c1b 6c6cf64b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ static int s3c64xx_spi_prepare_transfer(struct spi_master *spi)
	}

	ret = pm_runtime_get_sync(&sdd->pdev->dev);
	if (ret != 0) {
	if (ret < 0) {
		dev_err(dev, "Failed to enable device: %d\n", ret);
		goto out_tx;
	}