Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91694
b: refs/heads/master
c: ca99eb8
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Greg Kroah-Hartman committed Apr 21, 2008
1 parent f08ac84 commit e2d5ddf
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: 029c3c133ba2c3e0e48fdfacc08324bb3fa2a571
refs/heads/master: ca99eb8c2d56bdfff0161388b81e641f4e039b3f
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/fakephp.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static int enable_slot(struct hotplug_slot *hotplug_slot)
/* mis-use enable_slot for rescanning of the pci bus */
cancel_work_sync(&pci_rescan_work);
queue_work(dummyphp_wq, &pci_rescan_work);
return -ENODEV;
return 0;
}

/* find the hotplug_slot for the pci_dev */
Expand Down

0 comments on commit e2d5ddf

Please sign in to comment.