Commit eff7461e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] s390: zfcp host adapter

From: Martin Schwidefsky <schwidefsky@de.ibm.com>

zfcp host adapter change:
 - Fix addressing exception due to uninitialized host_scribble pointer.
parent 942c6825
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI #define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI
/* this drivers version (do not edit !!! generated and updated by cvs) */ /* 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> #include <linux/blkdev.h>
...@@ -345,7 +345,7 @@ zfcp_scsi_queuecommand(struct scsi_cmnd *scpnt, ...@@ -345,7 +345,7 @@ zfcp_scsi_queuecommand(struct scsi_cmnd *scpnt,
/* reset the status for this request */ /* reset the status for this request */
scpnt->result = 0; scpnt->result = 0;
/* save address of mid layer call back function */ scpnt->host_scribble = NULL;
scpnt->scsi_done = done; scpnt->scsi_done = done;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment