[SCSI] qla2xxx: Pad IOCB structure for size requirements.
authorShyam Sundar <shyam.sundar@qlogic.com>
Fri, 31 Jul 2009 22:09:30 +0000 (15:09 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:19 +0000 (17:52 -0500)
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>
drivers/scsi/qla2xxx/qla_fw.h

index dfde2dd..66a8da5 100644 (file)
@@ -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. */