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

Commit 385daaf0 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'spi/topic/ep93xx' into spi-next

parents 6140b05c 27474d26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1095,6 +1095,7 @@ static int ep93xx_spi_probe(struct platform_device *pdev)
	espi->wq = create_singlethread_workqueue("ep93xx_spid");
	if (!espi->wq) {
		dev_err(&pdev->dev, "unable to create workqueue\n");
		error = -ENOMEM;
		goto fail_free_dma;
	}
	INIT_WORK(&espi->msg_work, ep93xx_spi_work);