[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200312022208.GH2822@minyard.net>
Date: Wed, 11 Mar 2020 21:22:08 -0500
From: Corey Minyard <minyard@....org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
openipmi-developer@...ts.sourceforge.net,
John Donnelly <john.p.donnelly@...cle.com>,
Takashi Iwai <tiwai@...e.de>
Subject: [GIT PULL] IPMI bug fixe for 5.6
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(-)
Powered by blists - more mailing lists