mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-31 05:29:47 +00:00
525.47.06
This commit is contained in:
@@ -288,8 +288,9 @@ nvswitch_i2c_add_adapter
|
||||
|
||||
rc = nvswitch_os_snprintf(adapter->name,
|
||||
sizeof(adapter->name),
|
||||
"NVIDIA NVSwitch i2c adapter %u at %x:%02x.%u",
|
||||
"NVIDIA NVSwitch i2c adapter %u at %04x:%x:%02x.%u",
|
||||
port,
|
||||
NV_PCI_DOMAIN_NUMBER(pci_dev),
|
||||
NV_PCI_BUS_NUMBER(pci_dev),
|
||||
NV_PCI_SLOT_NUMBER(pci_dev),
|
||||
PCI_FUNC(pci_dev->devfn));
|
||||
|
||||
Reference in New Issue
Block a user