From 9ab5c0dde73744cfb97e628a388d98a78b6c2ce4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 5 Jan 2007 16:15:50 +0000 Subject: [PATCH] Remove redundant debug message --- src/arch/i386/drivers/bus/pxedrv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/arch/i386/drivers/bus/pxedrv.c b/src/arch/i386/drivers/bus/pxedrv.c index 5c34520b..fb0dd793 100644 --- a/src/arch/i386/drivers/bus/pxedrv.c +++ b/src/arch/i386/drivers/bus/pxedrv.c @@ -97,7 +97,6 @@ static int pxedrv_parse_pcirheader ( struct pxe_driver *pxedrv, "signature %08lx\n", pxedrv, pcir_header.signature ); return -EINVAL; } - DBGC ( pxedrv, "PXEDRV %p is a PCI ROM\n", pxedrv ); /* Fill in PXE driver PCI device fields */ pxedrv->bus_type = PCI_NIC;