Commit b2fb2d87 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by Greg Kroah-Hartman

[PATCH] USB: Drop debounce printout for 2.6

This seems to work well enough, we do not need the printout anymore.
parent d5de0519
...@@ -859,8 +859,7 @@ static int hub_port_debounce(struct usb_device *hub, int port) ...@@ -859,8 +859,7 @@ static int hub_port_debounce(struct usb_device *hub, int port)
} }
} }
/* XXX Replace this with dbg() when 2.6 is about to ship. */ dev_dbg (hubdev (hub),
dev_info (hubdev (hub),
"debounce: port %d: delay %dms stable %d status 0x%x\n", "debounce: port %d: delay %dms stable %d status 0x%x\n",
port + 1, delay_time, stable_count, portstatus); port + 1, delay_time, stable_count, portstatus);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment