We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ce60 commit ffeafddCopy full SHA for ffeafdd
drivers/scsi/libsas/sas_expander.c
@@ -828,6 +828,7 @@ static struct domain_device *sas_ex_discover_end_dev(
828
rphy = sas_end_device_alloc(phy->port);
829
if (!rphy)
830
goto out_free;
831
+ rphy->identify.phy_identifier = phy_id;
832
833
child->rphy = rphy;
834
get_device(&rphy->dev);
@@ -854,6 +855,7 @@ static struct domain_device *sas_ex_discover_end_dev(
854
855
856
857
858
859
sas_fill_in_rphy(child, rphy);
860
861
list_add_tail(&child->disco_list_node, &parent->port->disco_list);
0 commit comments