Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321919
b: refs/heads/master
c: b17cbdd
h: refs/heads/master
i:
  321917: 93a7ad0
  321915: 59ca5a0
  321911: 7ad16eb
  321903: a82e56a
  321887: 3deb41a
  321855: f16b8c1
  321791: 48e0096
v: v3
  • Loading branch information
Julia Lawall authored and Takashi Iwai committed Aug 20, 2012
1 parent cb25651 commit e83eab3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ae970eb45d8a1ea4506be23c3f776225b9575d0e
refs/heads/master: b17cbdd85f84c8323189416da6e9701d2793b0e5
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6585,7 +6585,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card,
snd_printk(KERN_ERR "HDSPM: "
"unable to kmalloc Mixer memory of %d Bytes\n",
(int)sizeof(struct hdspm_mixer));
return err;
return -ENOMEM;
}

hdspm->port_names_in = NULL;
Expand Down

0 comments on commit e83eab3

Please sign in to comment.