Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128205
b: refs/heads/master
c: 3967e93
h: refs/heads/master
i:
  128203: a6d87b6
v: v3
  • Loading branch information
Robert Richter committed Dec 30, 2008
1 parent ec58417 commit daf7a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 6352d92dec0c4b833c12a169e86762c05d0396f3
refs/heads/master: 3967e93e063d7ee608f465cbccb65abb518e9d33
6 changes: 1 addition & 5 deletions trunk/drivers/oprofile/cpu_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,7 @@ add_sample(struct oprofile_cpu_buffer *cpu_buf,
entry.sample->eip = pc;
entry.sample->event = event;

ret = op_cpu_buffer_write_commit(&entry);
if (ret)
return ret;

return 0;
return op_cpu_buffer_write_commit(&entry);
}

static inline int
Expand Down

0 comments on commit daf7a92

Please sign in to comment.