Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120240
b: refs/heads/master
c: 39639fa
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 21, 2008
1 parent 577b773 commit f54d997
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e734ad5d16ad1d87a428a30d117bb3541a8e24d
refs/heads/master: 39639faba98eafeb327a30bc10b7d921c398a59a
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static int ad1980_soc_probe(struct platform_device *pdev)

ret = ad1980_reset(codec, 0);
if (ret < 0) {
printk(KERN_ERR "AC97 link error\n");
printk(KERN_ERR "Failed to reset AD1980: AC97 link error\n");
goto reset_err;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static int wm9712_soc_probe(struct platform_device *pdev)

ret = wm9712_reset(codec, 0);
if (ret < 0) {
printk(KERN_ERR "AC97 link error\n");
printk(KERN_ERR "Failed to reset WM9712: AC97 link error\n");
goto reset_err;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ static int wm9713_soc_probe(struct platform_device *pdev)
wm9713_reset(codec, 0);
ret = wm9713_reset(codec, 1);
if (ret < 0) {
printk(KERN_ERR "AC97 link error\n");
printk(KERN_ERR "Failed to reset WM9713: AC97 link error\n");
goto reset_err;
}

Expand Down

0 comments on commit f54d997

Please sign in to comment.