Comment 16 for bug 1309860

Revision history for this message
Anthony Caiafa (2600-ac) wrote :

--- openipmi 2014-04-23 14:01:27.283366624 +0200
+++ openipmi_patch 2014-04-23 14:09:24.740122808 +0200
@@ -321,12 +321,9 @@
 load_ipmi_modules ()
 {
   local locdelay
- modprobe ipmi_msghandler > /dev/null 2>&1
- modules_loaded ipmi_msghandler
- [ ${OnePlusLoaded} -ne 1 ] && unload_all_ipmi_modules && RETVAL=$((RETVAL | 1)) && return
   load_hw_modules
   [ $((RETVAL & 1)) -eq 1 ] && unload_all_ipmi_modules && RETVAL=$((RETVAL | 1)) && return
-
+

   if [ "${DEV_IPMI}" = "yes" ]; then
     modprobe ipmi_devintf > /dev/null 2>&1