Merge tag 'asoc-fix-v5.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / target / target_core_device.c
index a8df9f0..8cb1fa0 100644 (file)
@@ -773,6 +773,11 @@ struct se_device *target_alloc_device(struct se_hba *hba, const char *name)
        spin_lock_init(&dev->t10_alua.lba_map_lock);
 
        dev->t10_wwn.t10_dev = dev;
+       /*
+        * Use OpenFabrics IEEE Company ID: 00 14 05
+        */
+       dev->t10_wwn.company_id = 0x001405;
+
        dev->t10_alua.t10_dev = dev;
 
        dev->dev_attrib.da_dev = dev;