MCP4728_READ_RESPONSE_LEN
u8 inbuf[MCP4728_READ_RESPONSE_LEN];
ret = i2c_master_recv(data->client, inbuf, MCP4728_READ_RESPONSE_LEN);
} else if (ret != MCP4728_READ_RESPONSE_LEN) {