Author: gonzo
Date: Tue Feb 12 07:27:40 2013
New Revision: 246707
URL: http://svnweb.freebsd.org/changeset/base/246707
Log:
Remove debug output
Modified:
head/sys/arm/allwinner/a10_wdog.c
Modified: head/sys/arm/allwinner/a10_wdog.c
==============================================================================
--- head/sys/arm/allwinner/a10_wdog.c Tue Feb 12 06:04:51 2013
(r246706)
+++ head/sys/arm/allwinner/a10_wdog.c Tue Feb 12 07:27:40 2013
(r246707)
@@ -93,7 +93,6 @@ static int
a10wd_probe(device_t dev)
{
- printf("A10 watchdog probe\n");
if (ofw_bus_is_compatible(dev, "allwinner,sun4i-wdt")) {
device_set_desc(dev, "Allwinner A10 Watchdog");
return (BUS_PROBE_DEFAULT);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"