Small scsi.c typo/thinko...
David S. Miller (davem@caip.rutgers.edu)
Mon, 24 Jul 1995 05:42:35 -0400
--- linux/drivers/scsi/scsi.c.~1~ Tue Jul 11 00:56:04 1995
+++ linux/drivers/scsi/scsi.c Mon Jul 24 05:40:51 1995
@@ -757,7 +757,7 @@
if(SDpnt != NULL)
scsi_init_free((char *) SDpnt, sizeof(Scsi_Device));
- if(SDpnt != NULL)
+ if(SCpnt != NULL)
scsi_init_free((char *) SCpnt, sizeof(Scsi_Cmnd));
/* If we allocated a buffer so we could do DMA, free it now */