Browse Source

Remove spurious debug message

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
f08093b0d9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/arch/i386/drivers/net/undi.c

+ 0
- 1
src/arch/i386/drivers/net/undi.c View File

73
 	list_add ( &undi->dev.siblings, &pci->dev.children );
73
 	list_add ( &undi->dev.siblings, &pci->dev.children );
74
 
74
 
75
 	/* Call UNDI ROM loader to create pixie */
75
 	/* Call UNDI ROM loader to create pixie */
76
-	DBGC ( undi, "UNDI %p using UNDI ROM %p\n", undi, undirom );
77
 	if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
76
 	if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
78
 				    pci->devfn ) ) != 0 )
77
 				    pci->devfn ) ) != 0 )
79
 		goto err_load_pci;
78
 		goto err_load_pci;

Loading…
Cancel
Save