MCP4728_WRITE_EEPROM_LEN
u8 outbuf[MCP4728_WRITE_EEPROM_LEN];
ret = i2c_master_send(data->client, outbuf, MCP4728_WRITE_EEPROM_LEN);
else if (ret != MCP4728_WRITE_EEPROM_LEN)