Remove debug output
This commit is contained in:
parent
3303d1f6a9
commit
230643b5db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user