mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Remove spurious debug message
This commit is contained in:
parent
f0edd11c7d
commit
f08093b0d9
@ -73,7 +73,6 @@ static int undipci_probe ( struct pci_device *pci,
|
||||
list_add ( &undi->dev.siblings, &pci->dev.children );
|
||||
|
||||
/* Call UNDI ROM loader to create pixie */
|
||||
DBGC ( undi, "UNDI %p using UNDI ROM %p\n", undi, undirom );
|
||||
if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
|
||||
pci->devfn ) ) != 0 )
|
||||
goto err_load_pci;
|
||||
|
Loading…
Reference in New Issue
Block a user