Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350120
b: refs/heads/master
c: 02e176a
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Baluta authored and Arnaldo Carvalho de Melo committed Feb 14, 2013
1 parent 93a7637 commit 6014464
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: 85df3b3769222894e9692b383c7af124b7721086
refs/heads/master: 02e176af92f3e2e9ec3a48792036566af2dcd534
2 changes: 1 addition & 1 deletion trunk/kernel/events/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ int __init init_hw_breakpoint(void)
err_alloc:
for_each_possible_cpu(err_cpu) {
for (i = 0; i < TYPE_MAX; i++)
kfree(per_cpu(nr_task_bp_pinned[i], cpu));
kfree(per_cpu(nr_task_bp_pinned[i], err_cpu));
if (err_cpu == cpu)
break;
}
Expand Down

0 comments on commit 6014464

Please sign in to comment.