From e2d5ddff293b97e639aa7381891ea3877c00c02c Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Mon, 7 Apr 2008 16:04:16 -0700 Subject: [PATCH] --- yaml --- r: 91694 b: refs/heads/master c: ca99eb8c2d56bdfff0161388b81e641f4e039b3f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/fakephp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9018f5afaa10..8355f3948611 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 029c3c133ba2c3e0e48fdfacc08324bb3fa2a571 +refs/heads/master: ca99eb8c2d56bdfff0161388b81e641f4e039b3f diff --git a/trunk/drivers/pci/hotplug/fakephp.c b/trunk/drivers/pci/hotplug/fakephp.c index 94b640146d44..e0bbf21928c3 100644 --- a/trunk/drivers/pci/hotplug/fakephp.c +++ b/trunk/drivers/pci/hotplug/fakephp.c @@ -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 */