diff options
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 2635216bfd93..c023db864dc5 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -832,7 +832,6 @@ int zfcp_fsf_status_read(struct zfcp_adapter *adapter) | |||
832 | } | 832 | } |
833 | 833 | ||
834 | sbale = zfcp_qdio_sbale_req(req); | 834 | sbale = zfcp_qdio_sbale_req(req); |
835 | sbale[0].flags |= SBAL_FLAGS0_TYPE_STATUS; | ||
836 | sbale[2].flags |= SBAL_FLAGS_LAST_ENTRY; | 835 | sbale[2].flags |= SBAL_FLAGS_LAST_ENTRY; |
837 | req->sbale_curr = 2; | 836 | req->sbale_curr = 2; |
838 | 837 | ||