diff options
Diffstat (limited to 'hw/ufs/lu.c')
-rw-r--r-- | hw/ufs/lu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ufs/lu.c b/hw/ufs/lu.c index 74ff52a..4100ea2 100644 --- a/hw/ufs/lu.c +++ b/hw/ufs/lu.c @@ -277,7 +277,6 @@ static UfsReqResult ufs_process_scsi_cmd(UfsLu *lu, UfsRequest *req) static const Property ufs_lu_props[] = { DEFINE_PROP_DRIVE("drive", UfsLu, conf.blk), DEFINE_PROP_UINT8("lun", UfsLu, lun, 0), - DEFINE_PROP_END_OF_LIST(), }; static bool ufs_add_lu(UfsHc *u, UfsLu *lu, Error **errp) |