On Tue, Feb 15, 2022 at 11:09:21PM +0300, Sergey Shtylyov wrote: > The negative timeouts hardly make sense, and the 'usec' parameter of > xhci_handshake() gets assigned to a 'u64' typed local variable in > readl_poll_timeout_atomic() anyways... Then why not just make it a u64 instead of a unsigned int? thanks, greg k-h