From 65a9f0253b038a0817569ccb17bfbd026ee6d771 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 2 Apr 2009 16:43:35 +0000 Subject: [PATCH] unnecessary debugging message --- drivers/lance/lance.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/lance/lance.c b/drivers/lance/lance.c index d5af0b7f7..09fba5044 100644 --- a/drivers/lance/lance.c +++ b/drivers/lance/lance.c @@ -500,7 +500,6 @@ pci_init(); if(!lance_buf && !(lance_buf = alloc_contig(LANCE_BUF_SIZE, AC_ALIGN4K|AC_LOWER16M, &lance_buf_phys))) { panic( "lance", "alloc_contig failed", LANCE_BUF_SIZE); } - printf("lance buf: v 0x%lx ph 0x%lx\n", lance_buf, lance_buf_phys); port = mp->DL_PORT; if (port < 0 || port >= EC_PORT_NR_MAX) -- 2.44.0