patch-2.0.35 linux/drivers/scsi/aha152x.c
Next file: linux/drivers/scsi/aha1542.c
Previous file: linux/drivers/scsi/advansys.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Mon Jul 13 13:47:33 1998
- Orig file:
v2.0.34/linux/drivers/scsi/aha152x.c
- Orig date:
Tue Oct 29 17:42:41 1996
diff -u --recursive --new-file v2.0.34/linux/drivers/scsi/aha152x.c linux/drivers/scsi/aha152x.c
@@ -609,11 +609,12 @@
prev = ptr, ptr = (Scsi_Cmnd *) ptr->host_scribble)
;
- if(ptr)
+ if(ptr){
if(prev)
prev->host_scribble = ptr->host_scribble;
else
*SC= (Scsi_Cmnd *) ptr->host_scribble;
+ }
return ptr;
}
@@ -1724,7 +1725,7 @@
/* we are waiting for the result of a selection attempt */
if(CURRENT_SC->SCp.phase & in_selection) {
- if(TESTLO(SSTAT1, SELTO))
+ if(TESTLO(SSTAT1, SELTO)) {
/* no timeout */
if(TESTHI(SSTAT0, SELDO)) {
/* clear BUS FREE interrupt */
@@ -1800,7 +1801,7 @@
return;
} else
aha152x_panic(shpnt, "neither timeout nor selection\007");
- else {
+ } else {
#if defined(DEBUG_SELECTION) || defined(DEBUG_PHASES)
if(HOSTDATA(shpnt)->debug & (debug_selection|debug_phases))
printk("SELTO, ");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov