* [PATCH] ASoC: imx-ssi: Say if we fail to register a second AC'97 bus
@ 2012-07-31 17:34 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2012-07-31 17:34 UTC (permalink / raw)
To: Sascha Hauer, Shawn Guo, Liam Girdwood; +Cc: alsa-devel, Mark Brown
Saves anyone wondering what happened if they run into this error.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/fsl/imx-ssi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c
index 28dd76c..6e8a8eb 100644
--- a/sound/soc/fsl/imx-ssi.c
+++ b/sound/soc/fsl/imx-ssi.c
@@ -566,6 +566,7 @@ static int imx_ssi_probe(struct platform_device *pdev)
if (ssi->flags & IMX_SSI_USE_AC97) {
if (ac97_ssi) {
+ dev_err(&pdev->dev, "AC'97 SSI already registered\n");
ret = -EBUSY;
goto failed_ac97;
}
--
1.7.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-31 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 17:34 [PATCH] ASoC: imx-ssi: Say if we fail to register a second AC'97 bus Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).