Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111067
b: refs/heads/master
c: 71dc525
h: refs/heads/master
i:
  111065: 9df6143
  111063: c08922e
v: v3
  • Loading branch information
Julien Brunel authored and Jaroslav Kysela committed Oct 10, 2008
1 parent a6b2eb7 commit c9acff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 9a9e2359f484402c620f9a3748037fea65fa5af4
refs/heads/master: 71dc525c5d480397ac7343a0a2808f8a23705d42
6 changes: 1 addition & 5 deletions trunk/sound/soc/at32/playpaq_wm8510.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ static int __init playpaq_asoc_init(void)
ssc = ssc_request(0);
if (IS_ERR(ssc)) {
ret = PTR_ERR(ssc);
ssc = NULL;
goto err_ssc;
}
ssc_p->ssc = ssc;
Expand Down Expand Up @@ -477,10 +476,7 @@ static int __init playpaq_asoc_init(void)
_gclk0 = NULL;
}
err_gclk0:
if (ssc != NULL) {
ssc_free(ssc);
ssc = NULL;
}
ssc_free(ssc);
err_ssc:
return ret;
}
Expand Down

0 comments on commit c9acff5

Please sign in to comment.