]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] zfcp: consistently use appropriate SBAL flag definitions
authorMartin Peschke <mpeschke@linux.vnet.ibm.com>
Thu, 22 Aug 2013 15:49:31 +0000 (17:49 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 3 Sep 2013 14:27:55 +0000 (07:27 -0700)
minor cleanup for status read request

Signed-off-by: Martin Peschke <mpeschke@linux.vnet.ibm.com>
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/s390/scsi/zfcp_fsf.c

index 510e9b06c1a1eb12fb5c8eb8ccf9652412af9f0f..2a3e6cb814a9fa889d285efc29784f25534f1c58 100644 (file)
@@ -770,7 +770,8 @@ int zfcp_fsf_status_read(struct zfcp_qdio *qdio)
        if (zfcp_qdio_sbal_get(qdio))
                goto out;
 
-       req = zfcp_fsf_req_create(qdio, FSF_QTCB_UNSOLICITED_STATUS, 0,
+       req = zfcp_fsf_req_create(qdio, FSF_QTCB_UNSOLICITED_STATUS,
+                                 SBAL_SFLAGS0_TYPE_STATUS,
                                  adapter->pool.status_read_req);
        if (IS_ERR(req)) {
                retval = PTR_ERR(req);