Tejun Heo wrote:
+ + fail: + switch (rc) { + case -EINVAL: + case -ENODEV: + tries[dev->devno] = 0; + break; + case -EIO: + ata_down_sata_spd_limit(ap);
I starting to think that separating ata_down_sata_spd_limit() from the actual phy programming is a bad idea.
However, I'm not going to NAK it just yet, we'll see where this goes. Jeff - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html