Re: [PATCH] ice: use msleep instead of mdelay
From: Jakub Kicinski
Date: Tue Mar 01 2022 - 21:11:11 EST
On Tue, 1 Mar 2022 09:48:45 -0500 Jonathan Toppins wrote:
> Use msleep for long delays instead of spinning in the driver.
You should add the justification for why sleeping / scheduling out
is okay in these particular spots to the commit message.