From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase Signed-off-by: Justin M. Forbes --- 0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch') diff --git a/0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch b/0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch index aad7ef066..8ffa070b4 100644 --- a/0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch +++ b/0001-ipmi-do-not-configure-ipmi-for-HPE-m400.patch @@ -84,10 +84,10 @@ index bbf7029e224b..cf7faa970dd6 100644 dmi_decode_ipmi((const struct dmi_header *) dev->device_data); diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c -index c48d8f086382..0fc980a87ed0 100644 +index e1b22fe0916c..894eda427214 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c -@@ -33,6 +33,7 @@ +@@ -34,6 +34,7 @@ #include #include #include @@ -95,7 +95,7 @@ index c48d8f086382..0fc980a87ed0 100644 #define IPMI_DRIVER_VERSION "39.2" -@@ -5154,8 +5155,21 @@ static int __init ipmi_init_msghandler_mod(void) +@@ -5155,8 +5156,21 @@ static int __init ipmi_init_msghandler_mod(void) { int rv; -- cgit