[GIT PULL] IPMI bug fixe for 5.6

From: Corey Minyard
Date: Wed Mar 11 2020 - 22:22:14 EST


The following changes since commit ca7e1fd1026c5af6a533b4b5447e1d2f153e28f2:

Merge tag 'linux-kselftest-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2020-02-19 17:22:10 -0800)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.6-2

for you to fetch changes up to 443d372d6a96cd94ad119e5c14bb4d63a536a7f6:

ipmi_si: Avoid spurious errors for optional IRQs (2020-03-11 21:15:19 -0500)

----------------------------------------------------------------
Fix a message spew on some system

The call to platform_get_irq() was changed to print a log if the
interrupt was not available, and that was causing bogus messages to spew
out for the IPMI driver. People have requested that this get in to 5.6
so I'm sending it along.

----------------------------------------------------------------
Takashi Iwai (1):
ipmi_si: Avoid spurious errors for optional IRQs

drivers/char/ipmi/ipmi_si_platform.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)