aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-10 23:07:00 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-10 23:07:00 +0000
commit74b8d63dcc17c07d8cb21e13f6db517698efd49f (patch)
treef9ef37d6819baa5fad7e8d8d09e679def3577aa7 /sys/dev/tdfx
parent61a4e586d4ea3a05c656c094b62a1e550737086c (diff)
Notes
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index 918857a8abbc..be423751ca35 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -127,7 +127,7 @@ tdfx_probe(device_t dev)
case PCI_DEVICE_3DFX_VOODOO1:
device_set_desc(dev, "3DFX Voodoo Graphics 3D Accelerator");
return BUS_PROBE_DEFAULT;
- };
+ }
return ENXIO;
}