Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170260
b: refs/heads/master
c: 1bc8079
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Mark Brown committed Dec 3, 2009
1 parent cb0684e commit ac9436d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: a649d1fcc9bd2299cb06b6594fabb429fa50f174
refs/heads/master: 1bc8079879e8edfff451b62b7550bdd18523f963
5 changes: 1 addition & 4 deletions trunk/sound/soc/au1x/dbdma2.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,8 @@ EXPORT_SYMBOL_GPL(au1xpsc_pcm_add);

void au1xpsc_pcm_destroy(struct platform_device *dmapd)
{
if (dmapd) {
kfree(dmapd->resource);
dmapd->resource = NULL;
if (dmapd)
platform_device_unregister(dmapd);
}
}
EXPORT_SYMBOL_GPL(au1xpsc_pcm_destroy);

Expand Down

0 comments on commit ac9436d

Please sign in to comment.