Commit 0aabd43d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Russell King

[PATCH] PCI Hotplug: fix compiler warning.

parent 4b58cd48
......@@ -96,7 +96,7 @@ static int pci_visit_bridge (struct pci_visit * fn, struct pci_dev_wrapped *wrap
{
struct pci_bus *bus;
struct pci_bus_wrapped wrapped_bus;
int result;
int result = 0;
dbg("scanning bridge %02x, %02x\n", PCI_SLOT(wrapped_dev->dev->devfn),
PCI_FUNC(wrapped_dev->dev->devfn));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment