summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-08-17 18:53:06 +0000
committerbrooks <brooks@FreeBSD.org>2005-08-17 18:53:06 +0000
commitb39261ae8223217a9301a926bbf568ab1ef8b11e (patch)
tree14768baebfb53ade62295f944ddc4fe0ba143ea4 /sys/dev/firewire
parentead946f89d4dfef362a51ccd0b36f61a0829f243 (diff)
downloadFreeBSD-src-b39261ae8223217a9301a926bbf568ab1ef8b11e.zip
FreeBSD-src-b39261ae8223217a9301a926bbf568ab1ef8b11e.tar.gz
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
pointer. Submitted by: brueffer Reviewed by: dfr
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/if_fwip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c
index 9fcfac6..20916bc 100644
--- a/sys/dev/firewire/if_fwip.c
+++ b/sys/dev/firewire/if_fwip.c
@@ -175,7 +175,6 @@ fwip_attach(device_t dev)
if (ifp == NULL)
return (ENOSPC);
- bzero(fwip, sizeof(struct fwip_softc));
/* XXX */
fwip->dma_ch = -1;
OpenPOWER on IntegriCloud