On Sat, Oct 05, 2019 at 11:44:30AM +0200, Martin Pieuchot wrote: > Change XHCI_CMD_TIMEOUT to be in nanoseconds, using the MSEC_TO_NSEC() > macro to implicitly document that USB timeouts are expressed in msec. > > Then convert all tsleep(9) to tsleep_nsec(9), ok? OK kn, altough I'd like to see explicit unit suffices on such variables and defines, especially now that their unit and therefore meaning changed, which may not not obvious to future people reading through this code.
- tsleep_nsec(9) in xhci(4) Martin Pieuchot
- Re: tsleep_nsec(9) in xhci(4) Klemens Nanni