Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132719
b: refs/heads/master
c: aa3d75d
h: refs/heads/master
i:
  132717: 2ec39fc
  132715: 4e5158b
  132711: 7a868d8
  132703: 7cde6eb
v: v3
  • Loading branch information
Takashi Iwai authored and Takashi Iwai committed Jan 12, 2009
1 parent 6fd2988 commit b867972
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 51721f70acaca5aa056b07c5cbe58e62662c068c
refs/heads/master: aa3d75d80de464cf23af1d068a5e22f1527b6957
4 changes: 3 additions & 1 deletion trunk/sound/pcmcia/pdaudiocf/pdaudiocf.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ static int snd_pdacf_probe(struct pcmcia_device *link)
}

pdacf = snd_pdacf_create(card);
if (! pdacf)
if (!pdacf) {
snd_card_free(card);
return -EIO;
}

if (snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops) < 0) {
kfree(pdacf);
Expand Down

0 comments on commit b867972

Please sign in to comment.