hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 */