1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
claudio
2009-02-05 15:18:02 +00:00
parent 15bb597645
commit ed1fa5fa7a
2 changed files with 143 additions and 2 deletions

View File

@@ -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? */