hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/soc/fsl/qbman/qman_test_api.c
....@@ -86,7 +86,7 @@
8686 len--;
8787 qm_fd_set_param(fd, fmt, off, len);
8888
89
- fd->cmd = cpu_to_be32(be32_to_cpu(fd->cmd) + 1);
89
+ be32_add_cpu(&fd->cmd, 1);
9090 }
9191
9292 /* The only part of the 'fd' we can't memcmp() is the ppid */