mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-13 17:19:50 +00:00
committed by
Liam Middlebrook
parent
b6f1938c51
commit
888f90fa00
@@ -708,9 +708,9 @@ nv_pci_remove(struct pci_dev *pci_dev)
|
|||||||
if (!nvl)
|
if (!nvl)
|
||||||
{
|
{
|
||||||
/* The device was not found, which should not happen */
|
/* The device was not found, which should not happen */
|
||||||
nv_printf(NV_DBG_ERRORS,
|
nv_printf(NV_DBG_ERRORS, "NVRM: Failed removal of minor device! %04x:%02x:%02x.%x\n",
|
||||||
"NVRM: Failed removal of minor device %u!\n",
|
NV_PCI_DOMAIN_NUMBER(pci_dev), NV_PCI_BUS_NUMBER(pci_dev),
|
||||||
nvl->minor_num);
|
NV_PCI_SLOT_NUMBER(pci_dev), PCI_FUNC(pci_dev->devfn));
|
||||||
WARN_ON(1);
|
WARN_ON(1);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user