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

This commit is contained in:
Mark Brown 2013-06-26 16:20:58 +01:00
commit 385daaf0a8
1 changed files with 1 additions and 0 deletions

View File

@ -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);