ChangeSet 1.1807.48.10, 2004/07/30 16:36:24-07:00, [EMAIL PROTECTED]

[PATCH] USB: Debug fix in pl2303

This is a simple patch to fix a debug statement where the arguements are
in the wrong order. Resending it with a CC to Greg and a signed-off-by line.

Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/serial/pl2303.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
--- a/drivers/usb/serial/pl2303.c       2004-08-23 13:21:25 -07:00
+++ b/drivers/usb/serial/pl2303.c       2004-08-23 13:21:25 -07:00
@@ -659,7 +659,7 @@
                state = BREAK_OFF;
        else
                state = BREAK_ON;
-       dbg("%s - turning break %s", state==BREAK_OFF ? "off" : "on", __FUNCTION__);
+       dbg("%s - turning break %s", __FUNCTION__, state==BREAK_OFF ? "off" : "on");
 
        result = usb_control_msg (serial->dev, usb_sndctrlpipe (serial->dev, 0),
                                  BREAK_REQUEST, BREAK_REQUEST_TYPE, state, 



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to