Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100971
b: refs/heads/master
c: 67852dc
h: refs/heads/master
i:
  100969: 7a5d121
  100967: 5b79999
v: v3
  • Loading branch information
David Howells authored and David Woodhouse committed Jul 10, 2008
1 parent f1408ad commit a170319
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: 9b8a3e4cb1361cf4b4a50916876e72f07a9037e9
refs/heads/master: 67852dc08c0782735d48ce1e2a6eb44cd02a6ff7
2 changes: 1 addition & 1 deletion trunk/sound/pci/pcxhr/pcxhr_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static int pcxhr_hwdep_dsp_load(struct snd_hwdep *hw,
(unsigned long)fw.size);
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 a170319

Please sign in to comment.