]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi:ssif: Increase the message retry time
authorCorey Minyard <cminyard@mvista.com>
Thu, 3 Nov 2022 20:03:11 +0000 (15:03 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:32:49 +0000 (08:32 +0100)
commit85ad65d800cbc56562c54ac87d3cde11e485e2cd
treef448e8c47b4988f4e597951d18f8f3022280711a
parent3b2f3404f52631b67b8fe7e5c70da17926f96eef
ipmi:ssif: Increase the message retry time

[ Upstream commit a8426a3e3630f74126d6910ec7e6ccad3c96ffbb ]

The spec states that the minimum message retry time is 60ms, but it was
set to 20ms.  Correct it.

Reported by: Tony Camuso <tcamuso@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Stable-dep-of: 00bb7e763ec9 ("ipmi:ssif: Add a timer between request retries")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/ipmi/ipmi_ssif.c