Re: [PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request

From: Brett Creeley
Date: Thu May 16 2024 - 12:54:22 EST


On 5/16/2024 9:05 AM, Souradeep Chakrabarti wrote:
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.


Commit 62c1bff593b7 added an extra HZ along with msecs_to_jiffies.
This patch fixes that.

Cc: stable@xxxxxxxxxxxxxxx
Fixes: 62c1bff593b7 ("net: mana: Configure hwc timeout from hardware")
Signed-off-by: Souradeep Chakrabarti <schakrabarti@xxxxxxxxxxxxxxxxxxx>
---
drivers/net/ethernet/microsoft/mana/hw_channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

LGTM.

Reviewed-by: Brett Creeley <brett.creeley@xxxxxxx>