Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139391
b: refs/heads/master
c: 7bb2cb3
h: refs/heads/master
i:
  139389: e59380e
  139387: 04031a8
  139383: dd53346
  139375: e80cae4
  139359: 7cf3a97
  139327: f297020
  139263: 78d0ae8
v: v3
  • Loading branch information
Stephen Rothwell authored and Jesse Barnes committed Mar 26, 2009
1 parent 4a0a570 commit 0254053
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: 7ae0567fd3f4f51d55c4c638ecc6836347992de2
refs/heads/master: 7bb2cb3e90dc49be1cd14956c155451499c857a7
3 changes: 2 additions & 1 deletion trunk/drivers/pci/hotplug/fakephp.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/sysfs.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/device.h>
#include "../pci.h"

struct legacy_slot {
Expand Down Expand Up @@ -88,7 +89,7 @@ static int legacy_add_slot(struct pci_dev *pdev)

if (kobject_init_and_add(&slot->kobj, &legacy_ktype,
&pci_slots_kset->kobj, "%s",
pdev->dev.bus_id)) {
dev_name(&pdev->dev))) {
dev_warn(&pdev->dev, "Failed to created legacy fake slot\n");
return -EINVAL;
}
Expand Down

0 comments on commit 0254053

Please sign in to comment.