Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259559
b: refs/heads/master
c: 4b2b6d8
h: refs/heads/master
i:
  259557: ed553b7
  259555: 3105c76
  259551: 579dfa9
v: v3
  • Loading branch information
Andre Bartke authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent c610fb2 commit 1762fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c0777d228892f6a6f87f3439a030d52406f8d637
refs/heads/master: 4b2b6d842ba174a32cc7ad3c4e97aa0cfcaa0be2
4 changes: 3 additions & 1 deletion trunk/drivers/staging/intel_sst/intel_sst_app_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,10 @@ static int snd_sst_fill_kernel_list(struct stream_info *stream,
return -ENOMEM;
if (copy_from_user((void *) &rar_handle,
iovec[index].iov_base,
sizeof(__u32)))
sizeof(__u32))) {
kfree(stream_bufs);
return -EFAULT;
}
stream_bufs->addr = (char *)rar_handle;
stream_bufs->in_use = false;
stream_bufs->size = iovec[0].iov_len;
Expand Down

0 comments on commit 1762fc2

Please sign in to comment.