Made debug messages more consistent.

This commit is contained in:
Michael Brown
2005-04-16 10:04:56 +00:00
parent 211a607147
commit ed7b9109be
2 changed files with 8 additions and 4 deletions

View File

@@ -180,9 +180,9 @@ int find_pci_device ( struct pci_device *pci,
}
}
} while ( ++pci->busdevfn );
DBG ( "PCI failed to find device matching driver %s\n", driver->name );
/* No device found */
DBG ( "PCI found no device matching driver %s\n", driver->name );
return 0;
}