Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
pointer. Submitted by: brueffer Reviewed by: dfr
This commit is contained in:
parent
1a1fa3bd68
commit
d3c497e1c8
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user