mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ipmi:ssif: Add send_retries increment
commit6ce7995a43upstream. A recent change removed an increment of send_retries, re-add it. Fixes:95767ed78aipmi:ssif: resend_msg() cannot fail Reported-by: Pavel Machek <pavel@denx.de> Cc: stable@vger.kernel.org Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a6b54af407
commit
aeff5808f1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user