[RESEND] samples: Remove redundant assignment for cn_test sample

GUO Zihua posted 1 patch 3 years, 11 months ago
samples/connector/cn_test.c | 1 -
1 file changed, 1 deletion(-)
[RESEND] samples: Remove redundant assignment for cn_test sample
Posted by GUO Zihua 3 years, 11 months ago
Remove redundant assignment for m->len

Signed-off-by: GUO Zihua <guozihua@huawei.com>
---
 samples/connector/cn_test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/samples/connector/cn_test.c b/samples/connector/cn_test.c
index 0958a171d048..42d6c9f33842 100644
--- a/samples/connector/cn_test.c
+++ b/samples/connector/cn_test.c
@@ -124,7 +124,6 @@ static void cn_test_timer_func(struct timer_list *unused)
 
 		memcpy(&m->id, &cn_test_id, sizeof(m->id));
 		m->seq = cn_test_timer_counter;
-		m->len = sizeof(data);
 
 		m->len =
 		    scnprintf(data, sizeof(data), "counter = %u",
-- 
2.36.0