aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/rpaphp_pci.c
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen.c.accardi@intel.com>2008-10-13 09:59:12 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-10-20 10:54:27 -0700
commit5d9bc1fa47f0c1561f1d7c0bdff5e24860852b42 (patch)
tree1f0dd5d0798866bc32b79f8a7c2601fe136f1910 /drivers/pci/hotplug/rpaphp_pci.c
parentPCI: use %pF instead of print_fn_descriptor_symbol() in quirks.c (diff)
downloadwireguard-linux-5d9bc1fa47f0c1561f1d7c0bdff5e24860852b42.tar.xz
wireguard-linux-5d9bc1fa47f0c1561f1d7c0bdff5e24860852b42.zip
PCI hotplug: rpaphp: make debug var unique
Change debug variable name to one more unique to this driver. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to '')
-rw-r--r--drivers/pci/hotplug/rpaphp_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpaphp_pci.c b/drivers/pci/hotplug/rpaphp_pci.c
index 5acfd4f3d4cb..513e1e282391 100644
--- a/drivers/pci/hotplug/rpaphp_pci.c
+++ b/drivers/pci/hotplug/rpaphp_pci.c
@@ -123,7 +123,7 @@ int rpaphp_enable_slot(struct slot *slot)
slot->state = CONFIGURED;
}
- if (debug) {
+ if (rpaphp_debug) {
struct pci_dev *dev;
dbg("%s: pci_devs of slot[%s]\n", __func__, slot->dn->full_name);
list_for_each_entry (dev, &bus->devices, bus_list)