CC2_EEPROM_DATA_LEN
u8 buf[CC2_EEPROM_DATA_LEN];
ret = i2c_master_recv(data->client, buf, CC2_EEPROM_DATA_LEN);
if (ret != CC2_EEPROM_DATA_LEN)