diff options
Diffstat (limited to 'sys/dev/usb/umodem.c')
-rw-r--r-- | sys/dev/usb/umodem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index c624b86..8041214 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -126,7 +126,6 @@ static int umodem_detach(device_t self) { DPRINTF(("%s: disconnected\n", USBDEVNAME(self))); - device_set_desc(self, NULL); return 0; } |