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:
parent
4ec98362ae
commit
e1f3a8ce54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user