[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
[deliverable/linux.git] / drivers / scsi / libsas / sas_port.c
index 139935a121b42a8eab5f1d5535db8adb8eca498f..e6ac59c023f199393b10eed05bb086f34a12fee4 100644 (file)
@@ -113,7 +113,7 @@ static void sas_form_port(struct asd_sas_phy *phy)
        sas_port_add_phy(port->port, phy->phy);
 
        SAS_DPRINTK("%s added to %s, phy_mask:0x%x (%16llx)\n",
-                   phy->phy->dev.bus_id,port->port->dev.bus_id,
+                   dev_name(&phy->phy->dev), dev_name(&port->port->dev),
                    port->phy_mask,
                    SAS_ADDR(port->attached_sas_addr));
 
This page took 0.027288 seconds and 5 git commands to generate.