diff options
author | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-05 15:18:02 +0000 |
---|---|---|
committer | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-05 15:18:02 +0000 |
commit | ed1fa5fa7a3bc983e1489e8e3145f7df34df6910 (patch) | |
tree | b12e04ba254a9d43666115226194a3956f3a9ced /target/linux/etrax/files/drivers/usb/host/hc-crisv10.c | |
parent | 15bb59764550087c442026f9aa3829c79881c249 (diff) |
[etrax] Comment out a debug message on usb host driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14412 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/files/drivers/usb/host/hc-crisv10.c')
-rw-r--r-- | target/linux/etrax/files/drivers/usb/host/hc-crisv10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c b/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c index 28d9fae612..146f689de7 100644 --- a/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c +++ b/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c @@ -1037,8 +1037,8 @@ void crisv10_hcd_ctl_status_irq(struct crisv10_irq_reg *reg) DBFENTER; ASSERT(crisv10_hcd); - irq_dbg("ctr_status_irq, controller status: %s\n", - hcd_status_to_str(reg->r_usb_status)); +/* irq_dbg("ctr_status_irq, controller status: %s\n", + hcd_status_to_str(reg->r_usb_status));*/ /* FIXME: What should we do if we get ourun or perror? Dump the EP and SB list for the corresponding epid? */ |