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>
This commit is contained in:
committed by
Jesse Barnes
parent
c9bbb4abb6
commit
5d9bc1fa47
@@ -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)
|
||||
|
Reference in New Issue
Block a user