Skip to content

Commit

Permalink
[SCSI] qla2xxx: Pad IOCB structure for size requirements.
Browse files Browse the repository at this point in the history
One byte added to make the IOCB structure satisfy
size requirements.

Signed-off-by: Shyam Sundar <shyam.sundar@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Shyam Sundar authored and James Bottomley committed Aug 22, 2009
1 parent a2d301e commit f9e899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ struct vp_config_entry_24xx {
uint16_t id;
uint16_t reserved_4;
uint16_t hopct;
uint8_t reserved_5;
uint8_t reserved_5[2];
};

#define VP_RPT_ID_IOCB_TYPE 0x32 /* Report ID Acquisition entry. */
Expand Down

0 comments on commit f9e899e

Please sign in to comment.