patch-2.2.18 linux/drivers/net/ariadne.c

Next file: linux/drivers/net/ariadne2.c
Previous file: linux/drivers/net/am79c961a.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/net/ariadne.c linux/drivers/net/ariadne.c
@@ -399,8 +399,8 @@
 
     board->Lance.RAP = CSR0;	/* PCnet-ISA Controller Status */
 
-    if (!(board->Lance.RDP & INTR))	/* Check if any interrupt has been
-	return;				   generated by the board. */
+    if (!(board->Lance.RDP & INTR))	/* Check if any interrupt has been */
+	return;				/* generated by the board. */
 
     if (dev->interrupt)
 	printk("%s: Re-entering the interrupt handler.\n", dev->name);

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