|
@@ -1763,7 +1763,7 @@ static int __init aztcd_init(void)
|
|
release_region(azt_port, 4);
|
|
release_region(azt_port, 4);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if ((azt_port_auto[i] == 0) || (i == 16)) {
|
|
|
|
|
|
+ if ((i == 16) || (azt_port_auto[i] == 0)) {
|
|
printk(KERN_INFO "aztcd: no AZTECH CD-ROM drive found\n");
|
|
printk(KERN_INFO "aztcd: no AZTECH CD-ROM drive found\n");
|
|
return -EIO;
|
|
return -EIO;
|
|
}
|
|
}
|