Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26333
b: refs/heads/master
c: 711ee39
h: refs/heads/master
i:
  26331: c22c202
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Jaroslav Kysela committed Apr 27, 2006
1 parent d5b6517 commit 7edae7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c6cc0e3b0c087d350bdc5912ecdfb17e796ae266
refs/heads/master: 711ee39bf3e2a69005d64f388441a6f883495f83
4 changes: 2 additions & 2 deletions trunk/sound/pci/pcxhr/pcxhr_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ static int pcxhr_hwdep_dsp_load(struct snd_hwdep *hw,
fw.size = dsp->length;
fw.data = vmalloc(fw.size);
if (! fw.data) {
snd_printk(KERN_ERR "pcxhr: cannot allocate dsp image (%d bytes)\n",
fw.size);
snd_printk(KERN_ERR "pcxhr: cannot allocate dsp image (%lu bytes)\n",
(unsigned long)fw.size);
return -ENOMEM;
}
if (copy_from_user(fw.data, dsp->image, dsp->length)) {
Expand Down

0 comments on commit 7edae7d

Please sign in to comment.