aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvscsi.c
diff options
context:
space:
mode:
authorLinda Xie <lxiep@us.ibm.com>2005-06-27 17:01:48 -0500
committerJames Bottomley <jejb@mulgrave.(none)>2005-07-02 19:25:09 -0500
commitb4687ca42cb82a7821f682dde0310b16ce284770 (patch)
treee36a26a2908369535d89863626934e269976d662 /drivers/scsi/ibmvscsi/ibmvscsi.c
parentfc2b035d38c06a884cb521bb4a1e1183f5eaccf1 (diff)
downloadkernel_samsung_smdk4412-b4687ca42cb82a7821f682dde0310b16ce284770.zip
kernel_samsung_smdk4412-b4687ca42cb82a7821f682dde0310b16ce284770.tar.gz
kernel_samsung_smdk4412-b4687ca42cb82a7821f682dde0310b16ce284770.tar.bz2
[SCSI] IBM VSCSI Client: sending client info to server
Fix the problem in IBM VSCSI Client where the client doesn't send the information which is expected by the server. Signed-off-by: Linda Xie <lxie@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ibmvscsi/ibmvscsi.c')
-rw-r--r--drivers/scsi/ibmvscsi/ibmvscsi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c
index d89b8eb..fe09d14 100644
--- a/drivers/scsi/ibmvscsi/ibmvscsi.c
+++ b/drivers/scsi/ibmvscsi/ibmvscsi.c
@@ -87,7 +87,7 @@ static int max_channel = 3;
static int init_timeout = 5;
static int max_requests = 50;
-#define IBMVSCSI_VERSION "1.5.5"
+#define IBMVSCSI_VERSION "1.5.6"
MODULE_DESCRIPTION("IBM Virtual SCSI");
MODULE_AUTHOR("Dave Boutcher");
@@ -675,8 +675,6 @@ static void send_mad_adapter_info(struct ibmvscsi_host_data *hostdata)
struct viosrp_adapter_info *req;
struct srp_event_struct *evt_struct;
- memset(&hostdata->madapter_info, 0x00, sizeof(hostdata->madapter_info));
-
evt_struct = get_event_struct(&hostdata->pool);
if (!evt_struct) {
printk(KERN_ERR "ibmvscsi: couldn't allocate an event "