Yet another IPMI fix

From: Corey Minyard (minyard@acm.org)
Date: Thu Mar 27 2003 - 17:51:07 EST


Linus,

Wouldn't you know I would find another bug right after I sent you a
patch. This patch fixes a problem with the state machine getting stuck
in a certain error condition.

Please apply.

Thanks,

-Corey


--- linux.orig/drivers/char/ipmi/ipmi_kcs_sm.c Tue Jan 14 11:16:10 2003
+++ linux-main/drivers/char/ipmi/ipmi_kcs_sm.c Thu Mar 27 16:46:03 2003
@@ -468,7 +468,7 @@
                 break;
                         
         case KCS_HOSED:
- return KCS_SM_HOSED;
+ break;
         }
 
         if (kcs->state == KCS_HOSED) {



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:29 EST