diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:25:28 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:25:28 -0800 |
| commit | a7f43eff84b460c46a72587503180d7bc269be6c (patch) | |
| tree | 6db0251df0a23254a5c37764160a21a0ee43a52b | |
| parent | de51cedaf6e1148358ec969209511a3b06d6473a (diff) | |
[PATCH] IBM PCI Hotplug: fix typo in previous patch.
| -rw-r--r-- | drivers/hotplug/ibmphp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/ibmphp_core.c b/drivers/hotplug/ibmphp_core.c index 46077b9273dd..56964f0d9ad5 100644 --- a/drivers/hotplug/ibmphp_core.c +++ b/drivers/hotplug/ibmphp_core.c @@ -1584,7 +1584,7 @@ static int __init ibmphp_init (void) bus = ibmphp_find_bus (0); if (!bus) { err ("Can't find the root pci bus, can not continue\n"); - rc -ENODEV; + rc = -ENODEV; goto error; } memcpy (ibmphp_pci_bus, bus, sizeof (*ibmphp_pci_bus)); |
