usbatm xusbatm.c,1.10,1.11

kagan at infradead.org kagan at infradead.org
Fri Apr 22 03:07:43 EDT 2005


Update of /home/cvs/usbatm
In directory phoenix.infradead.org:/tmp/cvs-serv24496

Modified Files:
	xusbatm.c 
Log Message:
Fix swapped rx and tx in the error message.

Index: xusbatm.c
===================================================================
RCS file: /home/cvs/usbatm/xusbatm.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xusbatm.c	22 Apr 2005 06:49:32 -0000	1.10
+++ xusbatm.c	22 Apr 2005 07:07:39 -0000	1.11
@@ -79,7 +79,7 @@
 		tx_endpoint[drv_ix], tx_padding[drv_ix]);
 
 	if (!rx_ep_present && !tx_ep_present) {
-		usb_dbg(usbatm_instance, "%s: intf #%d has neither tx (%#x) nor rx (%#x) endpoint\n",
+		usb_dbg(usbatm_instance, "%s: intf #%d has neither rx (%#x) nor tx (%#x) endpoint\n",
 			__func__, intf->altsetting->desc.bInterfaceNumber,
 			rx_endpoint[drv_ix], tx_endpoint[drv_ix]);
 		return -ENODEV;




More information about the Usbatm-commits mailing list