Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100968
b: refs/heads/master
c: b561c74
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and David Woodhouse committed Jul 10, 2008
1 parent 5b79999 commit 8832a9d
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: ed5a2825feb79c424882c9d0f483172a91c93b54
refs/heads/master: b561c74ae2832d32cc189ecd82863d31151cdcb5
2 changes: 1 addition & 1 deletion trunk/sound/drivers/vx/vx_hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int vx_hwdep_dsp_load(struct snd_hwdep *hw,
kfree(fw);
return -ENOMEM;
}
if (copy_from_user(fw->data, dsp->image, dsp->length)) {
if (copy_from_user((void *)fw->data, dsp->image, dsp->length)) {
free_fw(fw);
return -EFAULT;
}
Expand Down

0 comments on commit 8832a9d

Please sign in to comment.