Message ID | 20200227201148.13973-1-hmadhani@marvell.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0a36fd6cef5e3a11a273300e777a26cb26274547 |
Headers | show |
Series | [1/1] qla2xxx: Fix sparse warning reported by kbuild bot | expand |
Himanshu,
> this patch fixes following sparse warnings
Applied to 5.7/scsi-queue, thanks!
diff --git a/drivers/scsi/qla2xxx/qla_tmpl.h b/drivers/scsi/qla2xxx/qla_tmpl.h index d2a0014e8b21..bba8dc90acfb 100644 --- a/drivers/scsi/qla2xxx/qla_tmpl.h +++ b/drivers/scsi/qla2xxx/qla_tmpl.h @@ -18,11 +18,11 @@ struct __packed qla27xx_fwdt_template { __le32 entry_count; uint32_t template_version; - uint32_t capture_timestamp; + __le32 capture_timestamp; uint32_t template_checksum; uint32_t reserved_2; - uint32_t driver_info[3]; + __le32 driver_info[3]; uint32_t saved_state[16];