summaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 18:57:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 18:57:41 +0000
commit89e369305187d48c21e543f02d3fb6cd457947d0 (patch)
tree446bb3fa63d7f77560f98f72a435c9875323c2c7 /sys/dev/tdfx
parente64f402ff1de1681ea7a4ca183bcd3d15768b093 (diff)
Notes
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c4
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,