diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 18:57:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 18:57:41 +0000 |
| commit | 89e369305187d48c21e543f02d3fb6cd457947d0 (patch) | |
| tree | 446bb3fa63d7f77560f98f72a435c9875323c2c7 /sys/dev/tdfx | |
| parent | e64f402ff1de1681ea7a4ca183bcd3d15768b093 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 74d382447e11..c715d1a5cb99 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -754,7 +754,7 @@ tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod) printf("Bad Sub-cmd: 0x%x\n", _IOC_NR(cmd)); #endif return -EINVAL; - }; + } } static int @@ -770,7 +770,7 @@ tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod) break; default: return -EINVAL; - }; + } } /* Calls to ioctl(2) eventually end up here. Unhandled ioctls return an ENXIO, |
