Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175456
b: refs/heads/master
c: 5c0e9f2
h: refs/heads/master
v: v3
  • Loading branch information
Hidetoshi Seto authored and H. Peter Anvin committed Dec 8, 2009
1 parent 05aae9b commit 82e8bf8
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: bc09effabf0c5c6c7021e5ef9af15a23579b32a8
refs/heads/master: 5c0e9f28da84c68ce0ae68b7a75faaf862e156e2
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ static __cpuinit int mce_create_device(unsigned int cpu)
sysdev_remove_file(&per_cpu(mce_dev, cpu), &mce_banks[j].attr);
error:
while (--i >= 0)
sysdev_remove_file(&per_cpu(mce_dev, cpu), &mce_banks[i].attr);
sysdev_remove_file(&per_cpu(mce_dev, cpu), mce_attrs[i]);

sysdev_unregister(&per_cpu(mce_dev, cpu));

Expand Down

0 comments on commit 82e8bf8

Please sign in to comment.