diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-03 20:33:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-03 20:33:47 +0000 |
commit | b8064a72b46032b6ae45e00ac48421f807c0f4f6 (patch) | |
tree | 33dd33cb45ac4a4a2a4fb200767495b091a2d9cb /sys | |
parent | 56d6e37107d2d7365ceb0379a6c50036f4ec14cf (diff) |
do not print device info twice
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 90aacbc04a1..0dae737f254 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.5 2004/07/08 22:18:44 deraadt Exp $ */ +/* $OpenBSD: ubsa.c,v 1.6 2005/01/03 20:33:46 deraadt Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -272,8 +272,6 @@ USB_ATTACH(ubsa) sc->sc_dtr = -1; sc->sc_rts = -1; - printf("%s: %s\n", devname, devinfo); - DPRINTF(("ubsa attach: sc = %p\n", sc)); /* initialize endpoints */ |