ChangeSet 1.1315.8.7, 2003/09/16 11:28:01-07:00, zaitcev@redhat.com [PATCH] USB: Drop debounce printout for 2.6 This seems to work well enough, we do not need the printout anymore. drivers/usb/core/hub.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -Nru a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c --- a/drivers/usb/core/hub.c Fri Sep 19 17:14:34 2003 +++ b/drivers/usb/core/hub.c Fri Sep 19 17:14:34 2003 @@ -859,8 +859,7 @@ } } - /* XXX Replace this with dbg() when 2.6 is about to ship. */ - dev_info (hubdev (hub), + dev_dbg (hubdev (hub), "debounce: port %d: delay %dms stable %d status 0x%x\n", port + 1, delay_time, stable_count, portstatus);