diff options
Diffstat (limited to 'sys/dev/usb2/ethernet/if_cdce2.c')
-rw-r--r-- | sys/dev/usb2/ethernet/if_cdce2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb2/ethernet/if_cdce2.c b/sys/dev/usb2/ethernet/if_cdce2.c index d833287..6b56c7e 100644 --- a/sys/dev/usb2/ethernet/if_cdce2.c +++ b/sys/dev/usb2/ethernet/if_cdce2.c @@ -444,7 +444,6 @@ alloc_transfers: device_printf(dev, "cannot if_alloc()\n"); goto detach; } - sc->sc_evilhack = ifp; ifp->if_softc = sc; if_initname(ifp, "cdce", sc->sc_unit); |