Re: [PATCH v2] PCI: dwc: Use the correct sleep function in wait_for_link

From: Krzysztof Wilczyński
Date: Fri May 17 2024 - 13:06:12 EST


Hello,

> According to [1], msleep should be used for large sleeps, such as the
> 100-ish ms one in this function. Comply with the guide and use it.
>
> [1] https://www.kernel.org/doc/Documentation/timers/timers-howto.txt

Applied to controller/dwc, thank you!

[1/1] PCI: dwc: Use msleep() in dw_pcie_wait_for_link()
https://git.kernel.org/pci/pci/c/0189ae3b7f87

Krzysztof