projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c31678
)
ASoC: fsl-asoc-card: don't print EPROBE_DEFER as error
author
Lucas Stach
<
[email protected]
>
Fri, 18 Aug 2017 16:33:35 +0000
(18:33 +0200)
committer
Mark Brown
<
[email protected]
>
Mon, 21 Aug 2017 16:25:06 +0000
(17:25 +0100)
Probe deferral is to be expected during normal operation, so avoid
printing an error when it is encountered.
Signed-off-by: Lucas Stach <
[email protected]
>
Reviewed-by: Fabio Estevam <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/fsl/fsl-asoc-card.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl-asoc-card.c
b/sound/soc/fsl/fsl-asoc-card.c
index 9998aea2359794fff4b9ccb82b7ab3ee375437aa..2db4d0c80d332cbf406273f822d1a061114cf250 100644
(file)
--- a/
sound/soc/fsl/fsl-asoc-card.c
+++ b/
sound/soc/fsl/fsl-asoc-card.c
@@
-683,7
+683,7
@@
static int fsl_asoc_card_probe(struct platform_device *pdev)
snd_soc_card_set_drvdata(&priv->card, priv);
ret = devm_snd_soc_register_card(&pdev->dev, &priv->card);
- if (ret)
+ if (ret
&& ret != -EPROBE_DEFER
)
dev_err(&pdev->dev, "snd_soc_register_card failed (%d)\n", ret);
asrc_fail: