Merging upstream version 2.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bb95f41000
commit
698d985f9d
451 changed files with 5896 additions and 2734 deletions
|
@ -192,5 +192,5 @@ bool wdc_CheckUuidListSupport(struct nvme_dev *dev, struct nvme_id_uuid_list *uu
|
|||
|
||||
bool wdc_UuidEqual(struct nvme_id_uuid_list_entry *entry1, struct nvme_id_uuid_list_entry *entry2)
|
||||
{
|
||||
return !memcmp(entry1, entry2, NVME_UUID_LEN);
|
||||
return !memcmp(entry1->uuid, entry2->uuid, NVME_UUID_LEN);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue