I2C_CORE_E_ADDR_IN_USE
{ I2C_CORE_E_ADDR_IN_USE, I2C_ERR_ADDR_IN_USE, "I2C addrses is already "
if (!test_add_device(fd, "fake-device", 0x70, I2C_CORE_E_ADDR_IN_USE,
if (!test_add_device(fd, "fake-device", 0x42, I2C_CORE_E_ADDR_IN_USE,
I2C_CORE_E_ADDR_IN_USE, "cannot allocate address on "
I2C_CORE_E_ADDR_IN_USE, "cannot allocate address on "
return (i2c_error(check->ipa_err, I2C_CORE_E_ADDR_IN_USE, 0));
return (i2c_error(err, I2C_CORE_E_ADDR_IN_USE, 0));
return (i2c_error(err, I2C_CORE_E_ADDR_IN_USE, 0));
case I2C_CORE_E_ADDR_IN_USE: