ipmi: Don't leave holes in the I2C address list in the ssif driver
authorCorey Minyard <cminyard@mvista.com>
Thu, 30 Aug 2018 18:14:59 +0000 (13:14 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 18 Sep 2018 21:15:33 +0000 (16:15 -0500)
commitc75c5075e5c6c686dde62058d3a95984d22cfb11
tree3605b85ed1c6ef36267b6f783c2000fa9962044e
parent060e8fb53fe3455568982d10ab8c3dd605565049
ipmi: Don't leave holes in the I2C address list in the ssif driver

The algorithm to populate the I2C address list would leave holes
in the list on duplicates.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c