summaryrefslogtreecommitdiffstats
path: root/sys/dev/tga/tga_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tga/tga_pci.c')
-rw-r--r--sys/dev/tga/tga_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c
index ffa5deb..25afbfd 100644
--- a/sys/dev/tga/tga_pci.c
+++ b/sys/dev/tga/tga_pci.c
@@ -121,7 +121,7 @@ tga_probe(device_t dev)
if((pci_get_vendor(dev) == t->vendor_id) &&
(pci_get_device(dev) == t->device_id)) {
device_set_desc(dev, t->name);
- error = 0;
+ error = BUS_PROBE_DEFAULT;
break;
}
t++;
OpenPOWER on IntegriCloud