patch-2.2.15 linux/drivers/cdrom/aztcd.c
Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/block/raid1.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Apr 21 12:45:51 2000
- Orig file:
v2.2.14/drivers/cdrom/aztcd.c
- Orig date:
Mon Aug 24 21:02:43 1998
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/cdrom/aztcd.c linux/drivers/cdrom/aztcd.c
@@ -1732,10 +1732,9 @@
{ printk("aztcd: no AZTECH CD-ROM drive found\n");
return -EIO;
}
- for (count = 0; count < AZT_TIMEOUT; count++);
- { count=count*2; /* delay a bit */
- count=count/2;
- }
+
+ for (count = 0; count < AZT_TIMEOUT; count++);
+
if ((st=getAztStatus())==-1)
{ printk("aztcd: Drive Status Error Status=%x\n",st);
return -EIO;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)