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