From: Tim Waugh <twaugh@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.4.0-test11-pre3
Date: Wed, 15 Nov 2000 15:17:50 +0000 [thread overview]
Message-ID: <20001115151750.B18112@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.10.10011111914170.7609-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.10.10011111914170.7609-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Sat, Nov 11, 2000 at 07:22:06PM -0800
I didn't see this in the ChangeLog. Does this need backporting to
2.2.x as well?
Tim.
*/
Index: drivers/scsi/ppa.c
===================================================================
RCS file: /usr/local/src/cvsroot/linux/drivers/scsi/ppa.c,v
retrieving revision 1.5
diff -d -u -r1.5 ppa.c
--- drivers/scsi/ppa.c 2000/09/25 16:46:52 1.5
+++ drivers/scsi/ppa.c 2000/11/15 15:17:33
@@ -194,6 +194,8 @@
host->can_queue = PPA_CAN_QUEUE;
host->sg_tablesize = ppa_sg;
hreg = scsi_register(host, 0);
+ if(hreg == NULL)
+ continue;
hreg->io_port = pb->base;
hreg->n_io_port = ports;
hreg->dma_channel = -1;
Index: drivers/scsi/imm.c
===================================================================
RCS file: /usr/local/src/cvsroot/linux/drivers/scsi/imm.c,v
retrieving revision 1.7
diff -d -u -r1.7 imm.c
--- drivers/scsi/imm.c 2000/10/31 16:55:22 1.7
+++ drivers/scsi/imm.c 2000/11/15 15:17:33
@@ -198,6 +198,8 @@
host->can_queue = IMM_CAN_QUEUE;
host->sg_tablesize = imm_sg;
hreg = scsi_register(host, 0);
+ if(hreg == NULL)
+ continue;
hreg->io_port = pb->base;
hreg->n_io_port = ports;
hreg->dma_channel = -1;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2000-11-15 15:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-12 3:22 2.4.0-test11-pre3 Linus Torvalds
2000-11-12 9:01 ` 2.4.0-test11-pre3 - md.c compile error Eyal Lebedinsky
2000-11-12 9:58 ` 2.4.0-test11-pre3 [gus_midi.c breakage] john slee
2000-11-12 11:17 ` Rasmus Andersen
2000-11-12 11:31 ` Rasmus Andersen
2000-11-12 19:15 ` Rasmus Andersen
2000-11-12 10:16 ` 2.4.0-test11-pre3 Geert Uytterhoeven
2000-11-15 15:17 ` Tim Waugh [this message]
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=20001115151750.B18112@redhat.com \
--to=twaugh@redhat.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox