I2C_ERR_BAD_DEVICE
if (!i2c_path_parse(hdl, path, root, &dn, &type, I2C_ERR_BAD_DEVICE)) {
return (i2c_error(hdl, I2C_ERR_BAD_DEVICE, 0, "parsed "
return (i2c_error(hdl, I2C_ERR_BAD_DEVICE, 0, "parsed I2C "
case I2C_ERR_BAD_DEVICE:
} else if (i2c_err(hdl) != I2C_ERR_BAD_DEVICE) {
i2c_err(hdl), I2C_ERR_BAD_DEVICE);