diff options
Diffstat (limited to 'sys/dev/firewire/if_fwip.c')
-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 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; |