ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
authorCorey Minyard <cminyard@mvista.com>
Thu, 21 Jun 2018 20:32:48 +0000 (15:32 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:00:09 +0000 (18:00 +0100)
commit8d65f82de9f4cb88c7ee8a7fe1c9112283b5e66d
tree437a7ee1bb8d0b6343a3cff1c161774bc66130e9
parent338856a48f39eba8518893fb0b3ea3f69bb19315
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address

[ Upstream commit 1574608f5f4204440d6d9f52b971aba967664764 ]

Looking at logs from systems all over the place, it looks like tons
of broken systems exist that set the base address to zero.  I can
only guess that is some sort of non-standard idea to mark the
interface as not being present.  It can't be zero, anyway, so just
complain and ignore it.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/ipmi/ipmi_dmi.c