From: Ben Gras Date: Thu, 2 Apr 2009 16:43:35 +0000 (+0000) Subject: unnecessary debugging message X-Git-Tag: v3.1.4~79 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=65a9f0253b038a0817569ccb17bfbd026ee6d771;p=minix.git unnecessary debugging message --- 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)