Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 03:37:10 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r188885 - projects/mips/sys/mips/atheros
Message-ID:  <200902210337.n1L3bA8X047242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Sat Feb 21 03:37:10 2009
New Revision: 188885
URL: http://svn.freebsd.org/changeset/base/188885

Log:
  - Remove some garbage output

Modified:
  projects/mips/sys/mips/atheros/apb.c

Modified: projects/mips/sys/mips/atheros/apb.c
==============================================================================
--- projects/mips/sys/mips/atheros/apb.c	Sat Feb 21 03:36:43 2009	(r188884)
+++ projects/mips/sys/mips/atheros/apb.c	Sat Feb 21 03:37:10 2009	(r188885)
@@ -165,7 +165,6 @@ apb_alloc_resource(device_t bus, device_
 
 	if (isdefault) {
 		rle = resource_list_find(&ivar->resources, type, *rid);
-		printf("DEFAULT: %d, %p\n", *rid, rle);
 		if (rle == NULL) {
 			return (NULL);
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902210337.n1L3bA8X047242>