mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't call device_set_ivars() for the mmchs, it doesn't seem to be used,
and it overrides the ivars set by the simplebus.
This commit is contained in:
parent
bb8bc226d3
commit
006a01df2c
1 changed files with 0 additions and 1 deletions
|
|
@ -1755,7 +1755,6 @@ ti_mmchs_attach(device_t dev)
|
|||
|
||||
device_add_child(dev, "mmc", 0);
|
||||
|
||||
device_set_ivars(dev, &sc->host);
|
||||
err = bus_generic_attach(dev);
|
||||
|
||||
out:
|
||||
|
|
|
|||
Loading…
Reference in a new issue