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
- Lines: 9
- Date:
Mon Oct 16 13:36:08 2000
- Orig file:
v2.4.0-test9/linux/drivers/scsi/wd7000.c
- Orig date:
Sun Oct 8 10:50:26 2000
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)