net: mana: Fix the extra HZ in mana_hwc_send_request
authorSouradeep Chakrabarti <schakrabarti@linux.microsoft.com>
Mon, 20 May 2024 06:05:04 +0000 (23:05 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 22 May 2024 09:17:07 +0000 (11:17 +0200)
commit9c91c7fadb1771dcc2815c5271d14566366d05c5
treedfb56f4d3b50d7de25624f01b9cf48ad4358ca63
parenteda40be3a5ff3fdce513d2bcfeaca8cc16cf962a
net: mana: Fix the extra HZ in mana_hwc_send_request

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

Cc: stable@vger.kernel.org
Fixes: 62c1bff593b7 ("net: mana: Configure hwc timeout from hardware")
Signed-off-by: Souradeep Chakrabarti <schakrabarti@linux.microsoft.com>
Reviewed-by: Brett Creeley <brett.creeley@amd.com>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Link: https://lore.kernel.org/r/1716185104-31658-1-git-send-email-schakrabarti@linux.microsoft.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/microsoft/mana/hw_channel.c