From 4deaaea4a296d3dc87ec128edd03d1a4023871df Mon Sep 17 00:00:00 2001 From: Alex Chiang Date: Fri, 12 Oct 2007 16:20:32 -0700 Subject: [PATCH] --- yaml --- r: 82306 b: refs/heads/master c: 41ece3829f516f0e1f0c25f2c7eafac87e683df4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/pci_hotplug_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 71cdb0000a3a..e6048542c417 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d5b95ab8ea63c71f28dc6aae920fb91515b9a79 +refs/heads/master: 41ece3829f516f0e1f0c25f2c7eafac87e683df4 diff --git a/trunk/drivers/pci/hotplug/pci_hotplug_core.c b/trunk/drivers/pci/hotplug/pci_hotplug_core.c index 47bb0e1ff3fa..1767780809d7 100644 --- a/trunk/drivers/pci/hotplug/pci_hotplug_core.c +++ b/trunk/drivers/pci/hotplug/pci_hotplug_core.c @@ -137,7 +137,7 @@ static int get_##name (struct hotplug_slot *slot, type *value) \ int retval = 0; \ if (try_module_get(ops->owner)) { \ if (ops->get_##name) \ - retval = ops->get_##name (slot, value); \ + retval = ops->get_##name(slot, value); \ else \ *value = slot->info->name; \ module_put(ops->owner); \