diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-16 23:00:36 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-16 23:00:36 +0000 |
commit | 14dd2ec093cfabda3ae7efeeaf0e23c66ebaccc0 (patch) | |
tree | 9a9ce5cff6ef92faa6e07a82785b9a6d6838f7e4 /drivers/cdrom | |
parent | 847290510f811c572cc2aa80c1f02a04721410b1 (diff) |
Merge with 2.4.0-test1.
Diffstat (limited to 'drivers/cdrom')
-rw-r--r-- | drivers/cdrom/aztcd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/cdrom/aztcd.c b/drivers/cdrom/aztcd.c index fe0d33a77..767a52dcb 100644 --- a/drivers/cdrom/aztcd.c +++ b/drivers/cdrom/aztcd.c @@ -1727,7 +1727,8 @@ int __init aztcd_init(void) return -EIO; } - for (count = 0; count < AZT_TIMEOUT; count++); + for (count = 0; count < AZT_TIMEOUT; count++) + barrier(); /* Stop gcc 2.96 being smart */ if ((st=getAztStatus())==-1) { printk("aztcd: Drive Status Error Status=%x\n",st); |