patch-2.4.2 linux/drivers/scsi/NCR5380.c

Next file: linux/drivers/scsi/NCR5380.h
Previous file: linux/drivers/scsi/53c7xx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/drivers/scsi/NCR5380.c linux/drivers/scsi/NCR5380.c
@@ -2264,8 +2264,8 @@
 		return -1;
 	}
 #if defined(REAL_DMA) || defined(REAL_DMA_POLL)
-#ifdef READ_OVERRUNS if (p & SR_IO) { c -= 2;
-}
+#ifdef READ_OVERRUNS 
+	if (p & SR_IO) { c -= 2; }
 #endif
 #if (NDEBUG & NDEBUG_DMA)
 printk("scsi%d : initializing DMA channel %d for %s, %d bytes %s %0x\n",

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