Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53372
b: refs/heads/master
c: 6f79eb7
h: refs/heads/master
v: v3
  • Loading branch information
Linas Vepstas authored and Greg Kroah-Hartman committed May 3, 2007
1 parent 00e3549 commit 8750f36
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c02929c278f2bca68635e4c2daa00b7825d71061
refs/heads/master: 6f79eb749df7f1eea76c947f31603ade7d2b5f6d
3 changes: 3 additions & 0 deletions trunk/drivers/pci/hotplug/rpaphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ int rpaphp_add_slot(struct device_node *dn)
indexes[i + 1], name, type);

retval = rpaphp_register_pci_slot(slot);
if (!retval)
retval = rpaphp_register_slot(slot);

if (retval)
dealloc_slot_struct(slot);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/rpaphp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ int rpaphp_register_pci_slot(struct slot *slot)
}
}

return rpaphp_register_slot(slot);
return 0;
}

0 comments on commit 8750f36

Please sign in to comment.