فهرست منبع

Merge remote-tracking branch 'asoc/fix/fsl-ssi' into asoc-fsl

Conflicts:
	sound/soc/fsl/fsl_ssi.c
Mark Brown 11 سال پیش
والد
کامیت
4536a00116
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sound/soc/fsl/fsl_ssi.c

+ 1 - 1
sound/soc/fsl/fsl_ssi.c

@@ -1364,7 +1364,7 @@ static int fsl_ssi_probe(struct platform_device *pdev)
 	ssi_private->irq = platform_get_irq(pdev, 0);
 	if (!ssi_private->irq) {
 		dev_err(&pdev->dev, "no irq for node %s\n", pdev->name);
-		return -ENXIO;
+		return ssi_private->irq;
 	}
 
 	/* Are the RX and the TX clocks locked? */