patch-2.4.20 linux-2.4.20/drivers/net/atarilance.c
Next file: linux-2.4.20/drivers/net/au1000_eth.c
Previous file: linux-2.4.20/drivers/net/at1700.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Nov 28 15:53:13 2002
-  Orig file: 
linux-2.4.19/drivers/net/atarilance.c
-  Orig date: 
Tue Oct 16 21:56:29 2001
diff -urN linux-2.4.19/drivers/net/atarilance.c linux-2.4.20/drivers/net/atarilance.c
@@ -920,7 +920,7 @@
 #ifndef final_version
 			if (lp->cur_tx - dirty_tx >= TX_RING_SIZE) {
 				DPRINTK( 0, ( "out-of-sync dirty pointer,"
-							  " %d vs. %d, full=%d.\n",
+							  " %d vs. %d, full=%ld.\n",
 							  dirty_tx, lp->cur_tx, lp->tx_full ));
 				dirty_tx += TX_RING_SIZE;
 			}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)