intel_extreme: Drop out of FDI autotrain after success

This commit is contained in:
Alexander von Gluck IV
2016-02-04 21:03:57 -06:00
parent b979c66c86
commit 6eae8422d1
@@ -337,6 +337,10 @@ FDILink::_AutoTrain(uint32 lanes)
spin(31);
}
// If Trained, we fall out of autotraining
if (trained)
break;
}
if (!trained) {