patch-2.4.0-test10 linux/drivers/scsi/wd7000.c

Next file: linux/drivers/sgi/char/sgiserial.c
Previous file: linux/drivers/scsi/sym53c8xx_comm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/scsi/wd7000.c linux/drivers/scsi/wd7000.c
@@ -951,7 +951,7 @@
 	    break;
 	}
 	else
-	    ogmb = (++ogmb) % OGMB_CNT;
+	    ogmb = (ogmb + 1) % OGMB_CNT;
     }
     restore_flags (flags);
 

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