commit | 10572ed96c6a38557c40ffa6c7a7fe4d8fa04a10 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu May 08 17:59:55 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu May 08 18:44:35 2014 -0400 |
tree | 9acf188f7dbd1fcff077634c01f9f0b7c457dbf9 | |
parent | 6ad7b5b9772a0b8bab20f1386c720f474cad5398 [diff] |
xhci: Use msleep() instead of mdelay() for port status delay. Use msleep() so that interrupts and other threads can occur during the delay. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>