patch-2.3.22 linux/drivers/scsi/sr.c
Next file: linux/drivers/scsi/sym53c8xx.c
Previous file: linux/drivers/scsi/sgiwd93.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Thu Oct 14 14:32:18 1999
-  Orig file: 
v2.3.21/linux/drivers/scsi/sr.c
-  Orig date: 
Mon Oct  4 15:49:30 1999
diff -u --recursive --new-file v2.3.21/linux/drivers/scsi/sr.c linux/drivers/scsi/sr.c
@@ -861,7 +861,6 @@
 	unsigned char *buffer;
 	int the_result, retries;
 	Scsi_Cmnd *SCpnt;
-	unsigned long flags;
 
 	buffer = (unsigned char *) scsi_malloc(512);
 	SCpnt = scsi_allocate_device(NULL, scsi_CDs[i].device, 1);
@@ -1031,7 +1030,6 @@
 {
 	Scsi_Cmnd *SCpnt;
 	Scsi_Device *device = scsi_CDs[MINOR(cdi->dev)].device;
-	unsigned long flags;
 	int stat;
 
 	/* get the device */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)