mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
Merge remote-tracking branch 'asoc/fix/fsl-ssi' into asoc-fsl
Conflicts: sound/soc/fsl/fsl_ssi.c
This commit is contained in:
commit
4536a00116
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user