patch-2.3.11 linux/drivers/usb/uhci-debug.c

Next file: linux/drivers/usb/uhci.c
Previous file: linux/drivers/usb/stopusb
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.10/linux/drivers/usb/uhci-debug.c linux/drivers/usb/uhci-debug.c
@@ -43,9 +43,9 @@
 		spid = "?";
 		break;
 	}
-	printk("MaxLen=%x %sEndPt=%x Dev=%x, PID=%x(%s) ",
+	printk("MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ",
 		td->info >> 21,
-		 ((td->info >> 19) & 1) ? "DT " : "",
+		 ((td->info >> 19) & 1),
 		 (td->info >> 15) & 15,
 		 (td->info >> 8) & 127,
 		 (td->info & 0xff),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)