Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224059
b: refs/heads/master
c: 0a17941
h: refs/heads/master
i:
  224057: f785adf
  224055: a7d0373
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Oct 25, 2010
1 parent 24f6cfc commit 795c6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bbaff08dca3c34d0fb6b4c4051354184e33e3df8
refs/heads/master: 0a17941e71f089b128514f7b5b486e20072ca7dc
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ static __cpuinit int threshold_create_device(unsigned int cpu)
continue;
err = threshold_create_bank(cpu, bank);
if (err)
goto out;
return err;
}
out:

return err;
}

Expand Down

0 comments on commit 795c6d7

Please sign in to comment.