ChangeSet 1.1006.11.11, 2003/03/14 12:14:42-08:00, [EMAIL PROTECTED]

[PATCH] USB: fixup from previous io_ti.c patch


 drivers/usb/serial/io_ti.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c
--- a/drivers/usb/serial/io_ti.c        Thu Mar 27 16:02:11 2003
+++ b/drivers/usb/serial/io_ti.c        Thu Mar 27 16:02:11 2003
@@ -495,13 +495,13 @@
 
        if (status)
                goto exit_is_tx_active;
-       dbg ("%s - LSR = 0x%X", __FUNCTION__, lsr);
+       dbg ("%s - LSR = 0x%X", __FUNCTION__, *lsr);
        
        /* If either buffer has data or we are transmitting then return TRUE */
        if ((oedb->XByteCount & 0x80 ) != 0 )
                bytes_left += 64;
 
-       if ((lsr & UMP_UART_LSR_TX_MASK ) == 0 )
+       if ((*lsr & UMP_UART_LSR_TX_MASK ) == 0 )
                bytes_left += 1;
 
        /* We return Not Active if we get any kind of error */



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to