소스 검색

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

Mark Brown 12 년 전
부모
커밋
385daaf0a8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/spi/spi-ep93xx.c

+ 1 - 0
drivers/spi/spi-ep93xx.c

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