All of lore.kernel.org
 help / color / mirror / Atom feed
* Yet another IPMI fix
@ 2003-03-27 22:51 Corey Minyard
  0 siblings, 0 replies; only message in thread
From: Corey Minyard @ 2003-03-27 22:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 212 bytes --]

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

[-- Attachment #1.2: linix-ipmi-kcs-sm.diff --]
[-- Type: text/plain, Size: 270 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-27 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-27 22:51 Yet another IPMI fix Corey Minyard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.