[etrax] Comment out a debug message on usb host driver
[openwrt/svn-archive/archive.git] / target / linux / etrax / files / drivers / usb / host / hc-crisv10.c
index 28d9fae612990a3b72502bc0bcfa1910ac77796d..146f689de7b62baaba8236795e0c9c4cf9d6f87c 100644 (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? */