Skip to content

Commit

Permalink
[SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Saurav Kashyap authored and James Bottomley committed Aug 23, 2013
1 parent 8dc65c6 commit 0a77b58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/scsi/qla2xxx/qla_mr.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,11 @@ struct qla_mt_iocb_rqst_fx00 {

__le32 dataword_extra;

__le32 req_len;
__le16 req_len;
__le16 reserved_2;

__le32 rsp_len;
__le16 rsp_len;
__le16 reserved_3;
};

struct qla_mt_iocb_rsp_fx00 {
Expand Down

0 comments on commit 0a77b58

Please sign in to comment.