ipmi: Pick up slave address from SMBIOS on an ACPI device
authorCorey Minyard <cminyard@mvista.com>
Mon, 7 Nov 2016 18:07:09 +0000 (12:07 -0600)
committerCorey Minyard <cminyard@mvista.com>
Fri, 25 Nov 2016 00:09:48 +0000 (18:09 -0600)
commit94671710183c3f5eed7cf33f73600c836e4777fd
tree8f34b9c83c713fad030ced77a4ae1c00080964fe
parentbb2a08c01a66e77917bd2fdaf5cffd917ec03573
ipmi: Pick up slave address from SMBIOS on an ACPI device

When added by ACPI, the information does not contain the slave address
of the BMC.  However, that information is available from SMBIOS.  So
if we add a device that doesn't have a slave address, look at the other
devices that are duplicate interfaces and see if they have a slave
address.

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