|
@@ -1450,7 +1450,7 @@ static int __init musb_core_init(u16 musb_type, struct musb *musb)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
if (hw_ep->max_packet_sz_tx) {
|
|
if (hw_ep->max_packet_sz_tx) {
|
|
- printk(KERN_DEBUG
|
|
|
|
|
|
+ DBG(1,
|
|
"%s: hw_ep %d%s, %smax %d\n",
|
|
"%s: hw_ep %d%s, %smax %d\n",
|
|
musb_driver_name, i,
|
|
musb_driver_name, i,
|
|
hw_ep->is_shared_fifo ? "shared" : "tx",
|
|
hw_ep->is_shared_fifo ? "shared" : "tx",
|
|
@@ -1459,7 +1459,7 @@ static int __init musb_core_init(u16 musb_type, struct musb *musb)
|
|
hw_ep->max_packet_sz_tx);
|
|
hw_ep->max_packet_sz_tx);
|
|
}
|
|
}
|
|
if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
|
|
if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
|
|
- printk(KERN_DEBUG
|
|
|
|
|
|
+ DBG(1,
|
|
"%s: hw_ep %d%s, %smax %d\n",
|
|
"%s: hw_ep %d%s, %smax %d\n",
|
|
musb_driver_name, i,
|
|
musb_driver_name, i,
|
|
"rx",
|
|
"rx",
|