Hi, On 2/17/2018 7:12 AM, Andy Shevchenko wrote: > On Fri, Feb 16, 2018 at 11:55 PM, Thinh Nguyen > <Thinh.Nguyen@xxxxxxxxxxxx> wrote: >> Set the device name for PCI glue layer to "dwc3-pci.BB:SS.FF" where BB >> is PCI bus number, SS is PCI slot, and FF is PCI function number. > > Isn't pci_name(pci) actually returns you a BDF notation of the device? Sure. I can append "dwc3-pci" with pci_name(). > >> --- a/drivers/usb/dwc3/dwc3-pci.c >> +++ b/drivers/usb/dwc3/dwc3-pci.c >> @@ -229,6 +229,9 @@ static int dwc3_pci_probe(struct pci_dev *pci, >> dwc->dwc3->dev.parent = dev; >> ACPI_COMPANION_SET(&dwc->dwc3->dev, ACPI_COMPANION(dev)); >> >> + dev_set_name(dev, "dwc3-pci.%02x:%02x.%d", pci->bus->number, >> + PCI_SLOT(pci->devfn), PCI_FUNC(pci->devfn)); >> + > Thanks, Thinh -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html