Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56463
b: refs/heads/master
c: 8eafafb
h: refs/heads/master
i:
  56461: e69b549
  56459: 78c6744
  56455: 9cddcbc
  56447: 52d50e9
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 16, 2007
1 parent 0c3f994 commit 16feabe
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1b2bad2f049e405530b4a8a478edc45770b219c1
refs/heads/master: 8eafafb54bc594be8a23b00b25055b59838a9c79
5 changes: 3 additions & 2 deletions trunk/drivers/pci/hotplug/rpadlpar_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ struct kobj_type ktype_dlpar_io = {
};

struct kset dlpar_io_kset = {
.subsys = &pci_hotplug_slots_subsys,
.kobj = {.name = DLPAR_KOBJ_NAME, .ktype=&ktype_dlpar_io,},
.kobj = {.name = DLPAR_KOBJ_NAME,
.ktype = &ktype_dlpar_io,
.parent = &pci_hotplug_slots_subsys.kobj},
.ktype = &ktype_dlpar_io,
};

Expand Down

0 comments on commit 16feabe

Please sign in to comment.