- Reflect the iicbus infrastructure changes.

Approved by:	raj
This commit is contained in:
Stanislav Sedov 2008-08-05 08:38:33 +00:00
parent ea73ef7478
commit 4bdfea0f50

View File

@ -97,7 +97,7 @@ icee_attach(device_t dev)
int dunit, err;
sc->sc_dev = dev;
iicbus_get_addr(dev, &sc->addr);
sc->addr = iicbus_get_addr(dev);
err = 0;
dname = device_get_name(dev);
dunit = device_get_unit(dev);