CCG4_ROW_SIZE
err = ccg_cmd_write_flash_row(uc, 0, (u8 *)&fw_cfg + CCG4_ROW_SIZE,
wr_buf = kzalloc(CCG4_ROW_SIZE + 4, GFP_KERNEL);
if (hex2bin(wr_buf, p + 3, CCG4_ROW_SIZE + 4)) {
if (len != CCG4_ROW_SIZE) {
u8 buf[CCG4_ROW_SIZE + 2];
memcpy(buf + 2, data, CCG4_ROW_SIZE);
ret = i2c_master_send(client, buf, CCG4_ROW_SIZE + 2);
if (ret != CCG4_ROW_SIZE + 2) {