Remove a debugging printf.

This commit is contained in:
fvdl 2001-03-23 14:11:39 +00:00
parent d059ac0ad9
commit 2e3722d635
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: umass.c,v 1.52 2001/02/24 00:03:46 cgd Exp $ */
/* $NetBSD: umass.c,v 1.53 2001/03/23 14:11:39 fvdl Exp $ */
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>,
* Nick Hibma <n_hibma@freebsd.org>
@ -710,7 +710,6 @@ umass_match_proto(struct umass_softc *sc, usbd_interface_handle iface,
if (UGETW(dd->idVendor) == USB_VENDOR_SONY
&& UGETW(dd->idProduct) == USB_PRODUCT_SONY_MSC) {
printf("XXX Sony MSC\n");
sc->quirks |= FORCE_SHORT_INQUIRY;
}