Merge remote-tracking branch 'asoc/fix/fsl-ssi' into asoc-fsl
authorMark Brown <broonie@kernel.org>
Thu, 8 Jan 2015 19:54:56 +0000 (19:54 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 8 Jan 2015 19:54:56 +0000 (19:54 +0000)
Conflicts:
sound/soc/fsl/fsl_ssi.c

1  2 
sound/soc/fsl/fsl_ssi.c

@@@ -1362,9 -1362,9 +1362,9 @@@ static int fsl_ssi_probe(struct platfor
        }
  
        ssi_private->irq = platform_get_irq(pdev, 0);
 -      if (ssi_private->irq < 0) {
 -              dev_err(&pdev->dev, "no irq for node %s\n", np->full_name);
 +      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? */