Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205531
b: refs/heads/master
c: 600c20f
h: refs/heads/master
i:
  205529: 4747f18
  205527: 0f70eff
v: v3
  • Loading branch information
Jike Song authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent 1d7ebcc commit 99ab4f3
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: c462e8cd57869a81223c5cad2d5a61b491634229
refs/heads/master: 600c20f34f645adf7884277302b10601583aa7d5
2 changes: 1 addition & 1 deletion trunk/drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,8 @@ int bus_register(struct bus_type *bus)
bus_remove_file(bus, &bus_attr_uevent);
bus_uevent_fail:
kset_unregister(&bus->p->subsys);
kfree(bus->p);
out:
kfree(bus->p);
bus->p = NULL;
return retval;
}
Expand Down

0 comments on commit 99ab4f3

Please sign in to comment.