ChangeSet 1.1094.6.13, 2003/03/14 12:06:50-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        Mon Mar 17 11:46:00 2003
+++ b/drivers/usb/serial/io_ti.c        Mon Mar 17 11:46:00 2003
@@ -503,13 +503,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:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to