From ed1fa5fa7a3bc983e1489e8e3145f7df34df6910 Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 5 Feb 2009 15:18:02 +0000 Subject: [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 --- target/linux/etrax/files/drivers/usb/host/hc-crisv10.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/etrax/files/drivers/usb/host/hc-crisv10.c') 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 28d9fae61..146f689de 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? */ -- cgit v1.2.3