|
@@ -1625,8 +1625,14 @@ static int ata_eh_reset(struct ata_port *ap, int classify,
|
|
|
rc = prereset(ap);
|
|
|
if (rc) {
|
|
|
if (rc == -ENOENT) {
|
|
|
- ata_port_printk(ap, KERN_DEBUG, "port disabled. ignoring.\n");
|
|
|
+ ata_port_printk(ap, KERN_DEBUG,
|
|
|
+ "port disabled. ignoring.\n");
|
|
|
ap->eh_context.i.action &= ~ATA_EH_RESET_MASK;
|
|
|
+
|
|
|
+ for (i = 0; i < ATA_MAX_DEVICES; i++)
|
|
|
+ classes[i] = ATA_DEV_NONE;
|
|
|
+
|
|
|
+ rc = 0;
|
|
|
} else
|
|
|
ata_port_printk(ap, KERN_ERR,
|
|
|
"prereset failed (errno=%d)\n", rc);
|