All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K.R. Foley" <kr@cybsft.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: fix ultrastor.c compile error
Date: Fri, 22 Apr 2005 08:56:04 -0500	[thread overview]
Message-ID: <42690274.5040005@cybsft.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

This simple patch fixes a compile error in the ultrastor driver. Patch 
was originally submitted by Barry K. Nathan as referenced here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2
I just regenerated it against your current git tree. Please apply.

-- 
    kr

Signed-off-by: K.R. Foley <kr@cybsft.com>

[-- Attachment #2: ultrafix2.patch --]
[-- Type: text/x-patch, Size: 427 bytes --]

--- linux.test/drivers/scsi/ultrastor.c.orig	2005-04-22 08:38:06.000000000 -0500
+++ linux.test/drivers/scsi/ultrastor.c	2005-04-22 08:38:12.000000000 -0500
@@ -945,7 +945,7 @@
 	       config.mscp[mscp_index].SCint, SCpnt);
 #endif
     if (config.mscp[mscp_index].SCint == 0)
-	return FAILURE;
+	return FAILED;
 
     if (config.mscp[mscp_index].SCint != SCpnt) panic("Bad abort");
     config.mscp[mscp_index].SCint = NULL;

             reply	other threads:[~2005-04-22 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-22 13:56 K.R. Foley [this message]
2005-04-22 17:29 ` fix ultrastor.c compile error Linus Torvalds
2005-04-22 17:51   ` K.R. Foley

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=42690274.5040005@cybsft.com \
    --to=kr@cybsft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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.