- Reflect changes in iic infrastructure.
This commit is contained in:
parent
0d724b8765
commit
ea73ef7478
@ -76,7 +76,7 @@ ds1339_probe(device_t dev)
|
||||
int addr;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
iicbus_get_addr(dev, &addr);
|
||||
addr = iicbus_get_addr(dev);
|
||||
if (addr != DS1339_ADDR) {
|
||||
if (bootverbose)
|
||||
device_printf(dev, "fixed I2C slave address should "
|
||||
|
Loading…
Reference in New Issue
Block a user