Skip to content

Commit 9388349

Browse files
Chenhongrenaescolar
authored andcommitted
drivers: i3c: ccc: add missing data length for entas
This commit adds the missing data length(=0) for entas ccc. Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
1 parent 20dbf4d commit 9388349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i3c/i3c_ccc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ int i3c_ccc_do_entas(const struct i3c_device_desc *target, uint8_t as)
255255

256256
ccc_tgt_payload.addr = target->dynamic_addr;
257257
ccc_tgt_payload.rnw = 0;
258+
ccc_tgt_payload.data_len = 0;
258259

259260
ccc_payload.ccc.id = I3C_CCC_ENTAS(as, false);
260261
ccc_payload.targets.payloads = &ccc_tgt_payload;

0 commit comments

Comments
 (0)