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