Remove debug output

This commit is contained in:
gonzo 2013-02-12 07:27:40 +00:00
parent 3303d1f6a9
commit 230643b5db

View File

@ -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);