diff options
Diffstat (limited to 'hw/scsi/mfi.h')
-rw-r--r-- | hw/scsi/mfi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/mfi.h b/hw/scsi/mfi.h index 5050ce4732..455c96b782 100644 --- a/hw/scsi/mfi.h +++ b/hw/scsi/mfi.h @@ -1094,7 +1094,7 @@ struct mfi_pd_list { union mfi_ld_ref { struct { uint8_t target_id; - uint8_t lun_id; + uint8_t reserved; uint16_t seq; } v; uint32_t ref; |