Remove debug printf.

This commit is contained in:
jhibbits 2015-08-19 13:23:07 +00:00
parent 773f34d7a5
commit bfcdce43c1

View File

@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
static int
fsl_pcib_rc_probe(device_t dev)
{
printf("Probe called\n");
if (pci_get_vendor(dev) != 0x1957)
return (ENXIO);
if (pci_get_progif(dev) != 0)