Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206685
b: refs/heads/master
c: 0b6d092
h: refs/heads/master
i:
  206683: cc2dc0e
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Takashi Iwai committed Jul 19, 2010
1 parent 997270f commit 9113779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d011cc7a9374db9b5ace3b75d34f10fdc3b51c4
refs/heads/master: 0b6d092c8eeeb43893503afd2f6c1c67ceafc863
2 changes: 2 additions & 0 deletions trunk/sound/pci/echoaudio/echoaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2250,6 +2250,8 @@ static int snd_echo_resume(struct pci_dev *pci)
DE_INIT(("resume start\n"));
pci_restore_state(pci);
commpage_bak = kmalloc(sizeof(struct echoaudio), GFP_KERNEL);
if (commpage_bak == NULL)
return -ENOMEM;
commpage = chip->comm_page;
memcpy(commpage_bak, commpage, sizeof(struct comm_page));

Expand Down

0 comments on commit 9113779

Please sign in to comment.