diff options
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index ad12d4c5e8d2..7dee341603b9 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -1410,7 +1410,7 @@ static int fsl_ssi_probe(struct platform_device *pdev) | |||
1410 | 1410 | ||
1411 | ret = fsl_ssi_debugfs_create(&ssi_private->dbg_stats, &pdev->dev); | 1411 | ret = fsl_ssi_debugfs_create(&ssi_private->dbg_stats, &pdev->dev); |
1412 | if (ret) | 1412 | if (ret) |
1413 | goto error_asoc_register; | 1413 | goto error_irq; |
1414 | 1414 | ||
1415 | /* | 1415 | /* |
1416 | * If codec-handle property is missing from SSI node, we assume | 1416 | * If codec-handle property is missing from SSI node, we assume |