All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: Yet another IPMI fix
Date: Thu, 27 Mar 2003 16:51:07 -0600	[thread overview]
Message-ID: <3E83805B.7040002@acm.org> (raw)


[-- 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 --]

                 reply	other threads:[~2003-03-27 22:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E83805B.7040002@acm.org \
    --to=minyard@acm.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.