Message ID | 1420645476-13193-5-git-send-email-festevam@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b968d83f09d8a4af1c178f504bc0414bbb37651d |
Headers | show |
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 73da1f0..75870c0 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -1189,7 +1189,7 @@ static int fsl_spdif_probe(struct platform_device *pdev) irq = platform_get_irq(pdev, 0); if (irq < 0) { - dev_err(&pdev->dev, "no irq for node %s\n", np->full_name); + dev_err(&pdev->dev, "no irq for node %s\n", pdev->name); return irq; }