MAX_ARG_LEN
u8 buf[MAX_ARG_LEN*2 + 2], status;
struct i2c_msg msgs[MAX_ARG_LEN + 3];
if (args_len > MAX_ARG_LEN) {