Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191056
b: refs/heads/master
c: 3adaebd
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Mar 10, 2010
1 parent 6a4f288 commit 4fe4bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 30a813ae035d3e220a89609adce878e045c49547
refs/heads/master: 3adaebd69557615c1bf0365ce5e32d93ac7d82af
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/cpu/perf_event_intel_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,8 @@ static int reserve_ds_buffers(void)

err = -ENOMEM;
ds = kzalloc(sizeof(*ds), GFP_KERNEL);
if (unlikely(!ds)) {
kfree(buffer);
if (unlikely(!ds))
break;
}
per_cpu(cpu_hw_events, cpu).ds = ds;

if (x86_pmu.bts) {
Expand Down

0 comments on commit 4fe4bce

Please sign in to comment.