Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170114
b: refs/heads/master
c: 8700055
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Takashi Iwai committed Nov 27, 2009
1 parent d6169cf commit 4ab6d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9dc9120c774e1d7e3d939542200bd44829c0059d
refs/heads/master: 8700055e0a30b3f67c1474b09200b59c32dd3796
3 changes: 2 additions & 1 deletion trunk/sound/isa/opti9xx/miro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,8 @@ static void snd_card_miro_free(struct snd_card *card)
struct snd_miro *miro = card->private_data;

release_and_free_resource(miro->res_aci_port);
miro->aci->aci_port = 0;
if (miro->aci)
miro->aci->aci_port = 0;
release_and_free_resource(miro->res_mc_base);
}

Expand Down

0 comments on commit 4ab6d98

Please sign in to comment.