Re: [PATCH] ipmi_ssif: Fix uninitialized variable issue

From: Gustavo A. R. Silva
Date: Thu Apr 19 2018 - 10:19:34 EST




On 04/19/2018 08:40 AM, Corey Minyard wrote:
On 04/19/2018 08:24 AM, Gustavo A. R. Silva wrote:
Currently, function ssif_remove returns _rv_, which is a variable that
is never initialized.

Fix this by removing variable _rv_ and return 0 instead.

This fix is in my next tree now, thanks for catching this before it got any further than that.


Glad to help. :)

Thanks
--
Gustavo