aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
commit7733cf8fffadd4b286f7ed03e7748ee70e36433d (patch)
tree1e4ba746fa5c966751e486d77fd709debce07fc4 /sys/dev/cs
parent1d0daf9e447a792a8e43377426858a02b734b9a3 (diff)
Notes
Diffstat (limited to 'sys/dev/cs')
-rw-r--r--sys/dev/cs/if_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c
index 826f4adb3c64..8baaafd3baee 100644
--- a/sys/dev/cs/if_cs.c
+++ b/sys/dev/cs/if_cs.c
@@ -475,7 +475,7 @@ int
cs_attach(device_t dev)
{
int error, media=0;
- struct cs_softc *sc = device_get_softc(dev);;
+ struct cs_softc *sc = device_get_softc(dev);
struct ifnet *ifp;
sc->dev = dev;