PERFORCE change 33844 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jun 29 10:22:49 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=33844

Change 33844 by marcel at marcel_nfs on 2003/06/29 10:22:36

	Remove stale call to pci_get_devid(). We give it the id.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_bus_pci.c#2 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_bus_pci.c#2 (text+ko) ====

@@ -86,7 +86,7 @@
 static struct pci_id *
 uart_pci_match(uint32_t type, struct pci_id *id)
 {
-	type = pci_get_devid(dev);
+
 	while (id->type && id->type != type)
 		id++;
 	return ((id->type) ? id : NULL);


More information about the p4-projects mailing list