Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284474
b: refs/heads/master
c: a3301b7
h: refs/heads/master
v: v3
  • Loading branch information
Srivatsa S. Bhat authored and Linus Torvalds committed Jan 14, 2012
1 parent 2a2f11d commit 20019e1
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: 96e80a7851b44f3decaac0625665cd64e550b71d
refs/heads/master: a3301b751b19f0efbafddc4034f8e7ce6bf3007b
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 @@ -2011,7 +2011,7 @@ static __cpuinit int mce_device_create(unsigned int cpu)
if (!mce_available(&boot_cpu_data))
return -EIO;

memset(&dev->kobj, 0, sizeof(struct kobject));
memset(dev, 0, sizeof(struct device));
dev->id = cpu;
dev->bus = &mce_subsys;

Expand Down

0 comments on commit 20019e1

Please sign in to comment.