commit | 73545f75b66d5bd68076742f082a5b7fdfb5b086 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ijc@hellion.org.uk> | Fri Mar 07 01:20:58 2014 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 10 13:50:31 2014 -0400 |
tree | 15f41d219d8be80810fea73d32812c99c15e3697 | |
parent | b946322670ca8eda2d41c854a00a863076df6446 [diff] |
ahci: wait longer for link. I have observed timeouts on a cubietruck. The increase to 40ms is completely arbitrary and Works For Me(tm). I couldn't find a good reference for how long you are supposed to wait, although googling around it seems like tens of ms rather than single digits is more common. I don't think there is any harm in waiting a bit longer. Signed-off-by: Ian Campbell <ijc@hellion.org.uk>