Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169768
b: refs/heads/master
c: 184d3da
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Eranian authored and Ingo Molnar committed Nov 24, 2009
1 parent 9336e49 commit 9b8acbc
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: b23d5767a5818caec8547d0bce1588b02bdecd30
refs/heads/master: 184d3da8ef0ca552dffa0fdd35c046e058a2cf9a
2 changes: 1 addition & 1 deletion trunk/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ static int perf_event_read_group(struct perf_event *event,

size = n * sizeof(u64);

if (copy_to_user(buf + size, values, size)) {
if (copy_to_user(buf + ret, values, size)) {
ret = -EFAULT;
goto unlock;
}
Expand Down

0 comments on commit 9b8acbc

Please sign in to comment.