summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ulpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ulpt.c')
-rw-r--r--sys/dev/usb/ulpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c
index 8a0005a..6f178dd 100644
--- a/sys/dev/usb/ulpt.c
+++ b/sys/dev/usb/ulpt.c
@@ -449,7 +449,7 @@ static int
ulpt_detach(device_t self)
{
DPRINTF(("%s: disconnected\n", USBDEVNAME(self)));
- device_set_desc(self, NULL);
+
return 0;
}
OpenPOWER on IntegriCloud