summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-08-19 13:23:07 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-08-19 13:23:07 +0000
commitbfcdce43c1ae46c3879a2420eb16a57fd40a9fc2 (patch)
tree5547ae9f43cdbbcdabe1679ac22edac8c1c0eaa8 /sys/powerpc
parent773f34d7a56009fa441314b1ce615a6b0ae2e438 (diff)
downloadFreeBSD-src-bfcdce43c1ae46c3879a2420eb16a57fd40a9fc2.zip
FreeBSD-src-bfcdce43c1ae46c3879a2420eb16a57fd40a9fc2.tar.gz
Remove debug printf.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
index 934f3cc..a8f0325 100644
--- a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
+++ b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
@@ -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)
OpenPOWER on IntegriCloud