diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-08-17 18:53:06 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-08-17 18:53:06 +0000 |
| commit | d3c497e1c8fe0409977cc24f41f3432a54d7adc1 (patch) | |
| tree | 14768baebfb53ade62295f944ddc4fe0ba143ea4 /sys/dev | |
| parent | 1a1fa3bd6863937562ea6135870321065f358215 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/if_fwip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index 9fcfac65a09ca..20916bc74300a 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; |
