HS3001_RESPONSE_LENGTH
u8 buf[HS3001_RESPONSE_LENGTH];
ret = i2c_master_recv(client, buf, HS3001_RESPONSE_LENGTH);
if (ret != HS3001_RESPONSE_LENGTH) {