patch-2.4.21 linux-2.4.21/drivers/scsi/sym53c8xx.c
Next file: linux-2.4.21/drivers/scsi/sym53c8xx_2/sym_hipd.c
Previous file: linux-2.4.21/drivers/scsi/sun3_scsi_vme.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-06-13 07:51:36.000000000 -0700
- Orig file:
linux-2.4.20/drivers/scsi/sym53c8xx.c
- Orig date:
2002-11-28 15:53:14.000000000 -0800
diff -urN linux-2.4.20/drivers/scsi/sym53c8xx.c linux-2.4.21/drivers/scsi/sym53c8xx.c
@@ -7005,7 +7005,7 @@
INW (nc_sist);
}
else if (istat & DIP) {
- if (INB (nc_dstat) & ABRT);
+ if (INB (nc_dstat) & ABRT)
break;
}
UDELAY(5);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)