Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80874
b: refs/heads/master
c: 404aae5
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 27, 2008
1 parent df7954b commit bf33ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4e886c29610f4374d8971ec7a248f011cc3bd73a
refs/heads/master: 404aae5d420ec543e2e8434f7ec0edf5e2d2b0c4
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce_amd_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ static __cpuinit int allocate_threshold_blocks(unsigned int cpu,
if (err)
goto out_free;

kobject_uevent(&b->kobj, KOBJ_ADD);
if (b)
kobject_uevent(&b->kobj, KOBJ_ADD);

return err;

Expand Down

0 comments on commit bf33ff1

Please sign in to comment.