Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving

platform specific drivers a chance to override the generic driver.

Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5701
This commit is contained in:
Jared McNeill 2016-03-23 19:21:21 +00:00
parent 4ec98362ae
commit e1f3a8ce54

View File

@ -54,7 +54,7 @@ ofw_clkbus_probe(device_t dev)
device_set_desc(dev, "OFW clocks bus");
return (0);
return (BUS_PROBE_GENERIC);
}
static int