Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321917
b: refs/heads/master
c: 4d8ce1c
h: refs/heads/master
i:
  321915: 59ca5a0
v: v3
  • Loading branch information
Julia Lawall authored and Takashi Iwai committed Aug 20, 2012
1 parent 7225054 commit 93a7ad0
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: 0c23e46eb4878422c25351ff54ab0fe80c643809
refs/heads/master: 4d8ce1c9966663bad69e738952179f3cc52710bf
4 changes: 3 additions & 1 deletion trunk/sound/pci/ctxfi/ctatc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1725,8 +1725,10 @@ int __devinit ct_atc_create(struct snd_card *card, struct pci_dev *pci,
atc_connect_resources(atc);

atc->timer = ct_timer_new(atc);
if (!atc->timer)
if (!atc->timer) {
err = -ENOMEM;
goto error1;
}

err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, atc, &ops);
if (err < 0)
Expand Down

0 comments on commit 93a7ad0

Please sign in to comment.