提交 6ce7995a 编写于 作者: C Corey Minyard

ipmi:ssif: Add send_retries increment

A recent change removed an increment of send_retries, re-add it.

Fixes: 95767ed7 ipmi:ssif: resend_msg() cannot fail
Reported-by: NPavel Machek <pavel@denx.de>
Cc: stable@vger.kernel.org
Signed-off-by: NCorey Minyard <minyard@acm.org>
上级 957c822a
...@@ -557,8 +557,10 @@ static void retry_timeout(struct timer_list *t) ...@@ -557,8 +557,10 @@ static void retry_timeout(struct timer_list *t)
if (waiting) if (waiting)
start_get(ssif_info); start_get(ssif_info);
if (resend) if (resend) {
start_resend(ssif_info); start_resend(ssif_info);
ssif_inc_stat(ssif_info, send_retries);
}
} }
static void watch_timeout(struct timer_list *t) static void watch_timeout(struct timer_list *t)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册