patch-2.4.0-test1 linux/drivers/char/sx.c

Next file: linux/drivers/char/videodev.c
Previous file: linux/drivers/char/cpia.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/char/sx.c linux/drivers/char/sx.c
@@ -1028,7 +1028,7 @@
 		if (c > SERIAL_XMIT_SIZE - port->gs.xmit_tail) 
 			c = SERIAL_XMIT_SIZE - port->gs.xmit_tail;
 
-		sx_dprintk (SX_DEBUG_TRANSMIT, " %d(%d) \n", 
+		sx_dprintk (SX_DEBUG_TRANSMIT, " %d(%ld) \n", 
 		            c, SERIAL_XMIT_SIZE- port->gs.xmit_tail);
 
 		/* If for one reason or another, we can't copy more data, we're done! */

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