From 92e8038cdcb7c2c8b5a35135dd9f373894a8f47c Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Sat, 22 Aug 2009 21:24:24 +0200 Subject: [PATCH] --- yaml --- r: 157708 b: refs/heads/master c: 821ebc86efd4b42aa120076562b0fd4f03ec3c0c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm9705.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cda99a1ba6c6..534158990a40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79fb9387f88b6b44bbc46e19cae26d2c9fe3bb6a +refs/heads/master: 821ebc86efd4b42aa120076562b0fd4f03ec3c0c diff --git a/trunk/sound/soc/codecs/wm9705.c b/trunk/sound/soc/codecs/wm9705.c index fa88b463e71f..e7d2840d9e59 100644 --- a/trunk/sound/soc/codecs/wm9705.c +++ b/trunk/sound/soc/codecs/wm9705.c @@ -406,7 +406,7 @@ static int wm9705_soc_probe(struct platform_device *pdev) ret = snd_soc_init_card(socdev); if (ret < 0) { printk(KERN_ERR "wm9705: failed to register card\n"); - goto pcm_err; + goto reset_err; } return 0;