[423] in linux-scsi channel archive
another typo I think...
daemon@ATHENA.MIT.EDU (David S. Miller)
Mon Jul 24 21:34:22 1995
Date: Mon, 24 Jul 1995 16:54:09 -0400
From: "David S. Miller" <davem@caip.rutgers.edu>
To: linux-scsi@vger.rutgers.edu
--- linux/drivers/scsi/NCR5380.c.~1~ Thu Jun 29 04:19:10 1995
+++ linux/drivers/scsi/NCR5380.c Mon Jul 24 16:52:51 1995
@@ -562,7 +562,7 @@
timer_active |= (1 << NCR5380_TIMER);
} else {
timer_table[NCR5380_TIMER].expires = 0;
- timer_active &= ~(1 << MCR5380_TIMER);
+ timer_active &= ~(1 << NCR5380_TIMER);
}
sti();