Yet another IPMI fix

Corey Minyard (minyard@acm.org)
Thu, 27 Mar 2003 16:51:07 -0600


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-20157-1048805539-0001-2
Content-Type: multipart/mixed;
boundary="------------000208020708000201000808"

This is a multi-part message in MIME format.
--------------000208020708000201000808
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

--------------000208020708000201000808
Content-Type: text/plain;
name="linix-ipmi-kcs-sm.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="linix-ipmi-kcs-sm.diff"

--- 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) {

--------------000208020708000201000808--

--=_courier-20157-1048805539-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+g4BfIXnXXONXERcRAqaXAJwM9EogGfBUr2IKA9MsuHSyo5wUXQCdHd81
brB52411AEo5GHVU0l86ZuQ=
=jRz2
-----END PGP SIGNATURE-----

--=_courier-20157-1048805539-0001-2--