Tom Rix 8d10ea152e ipmi: initialize len variable
Clang static analysis reports this issue
ipmi_ssif.c:1731:3: warning: 4th function call
  argument is an uninitialized value
  dev_info(&ssif_info->client->dev,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The 4th parameter is the 'len' variable.
len is only set by a successful call to do_cmd().
Initialize to len 0.

Signed-off-by: Tom Rix <trix@redhat.com>
Message-Id: <20220320135954.2258545-1-trix@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
2022-03-20 12:37:15 -05:00
..
2020-09-15 09:57:45 -05:00
2019-08-02 07:25:03 -05:00
2019-08-02 07:25:03 -05:00
2020-09-15 09:57:45 -05:00
2020-09-15 09:57:45 -05:00
2022-03-20 12:37:15 -05:00
2022-01-17 09:10:46 -06:00
2021-06-21 19:50:28 -05:00