Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100972
b: refs/heads/master
c: fd4f80d
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and David Woodhouse committed Jul 10, 2008
1 parent a170319 commit 19e99f2
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: 67852dc08c0782735d48ce1e2a6eb44cd02a6ff7
refs/heads/master: fd4f80de4612cc5255c108a8c13df88f89c46654
2 changes: 1 addition & 1 deletion trunk/sound/pci/mixart/mixart_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ static int mixart_hwdep_dsp_load(struct snd_hwdep *hw,
(int)dsp->length);
return -ENOMEM;
}
if (copy_from_user(fw.data, dsp->image, dsp->length)) {
if (copy_from_user((void *) fw.data, dsp->image, dsp->length)) {
vfree(fw.data);
return -EFAULT;
}
Expand Down

0 comments on commit 19e99f2

Please sign in to comment.