From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] s390 (5/6): zfcp host adapter.
Date: Wed, 28 Apr 2004 18:50:51 +0200 [thread overview]
Message-ID: <20040428165051.GF2777@mschwid3.boeblingen.de.ibm.com> (raw)
[PATCH] s390: core changes.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
zfcp host adapter change:
- Fix addressing exception due to uninitialized host_scribble pointer.
diffstat:
drivers/s390/scsi/zfcp_scsi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -urN linux-2.6/drivers/s390/scsi/zfcp_scsi.c linux-2.6-s390/drivers/s390/scsi/zfcp_scsi.c
--- linux-2.6/drivers/s390/scsi/zfcp_scsi.c Wed Apr 28 17:51:16 2004
+++ linux-2.6-s390/drivers/s390/scsi/zfcp_scsi.c Wed Apr 28 17:51:40 2004
@@ -31,7 +31,7 @@
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI
/* this drivers version (do not edit !!! generated and updated by cvs) */
-#define ZFCP_SCSI_REVISION "$Revision: 1.60 $"
+#define ZFCP_SCSI_REVISION "$Revision: 1.61 $"
#include <linux/blkdev.h>
@@ -345,7 +345,7 @@
/* reset the status for this request */
scpnt->result = 0;
- /* save address of mid layer call back function */
+ scpnt->host_scribble = NULL;
scpnt->scsi_done = done;
/*
next reply other threads:[~2004-04-28 19:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-28 16:50 Martin Schwidefsky [this message]
2004-05-13 19:15 Martin Schwidefsky
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=20040428165051.GF2777@mschwid3.boeblingen.de.ibm.com \
--to=schwidefsky@de.ibm.com \
--cc=akpm@osdl.org \
--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
all inboxes | Powered by JetHome®