]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:48:42 +0000 (09:48 +0200)
commit233f9389ac4a027ae1b947503bd87b5cbdffc143
treefa01ad27f1bac0ed42320e7a1fd7d383655926be
parent5ef9e330406d3fb4f4b2c8bca2c6b8a93bae32d1
net: mana: Fix the extra HZ in mana_hwc_send_request

commit 9c91c7fadb1771dcc2815c5271d14566366d05c5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/microsoft/mana/hw_channel.c