kernel/drivers/soc/fsl/qbman/qman_test_api.c
.. .. @@ -86,7 +86,7 @@ 86 86 len--; 87 87 qm_fd_set_param(fd, fmt, off, len); 88 88 89 - fd->cmd = cpu_to_be32(be32_to_cpu(fd->cmd) + 1);89 + be32_add_cpu(&fd->cmd, 1);90 90 } 91 91 92 92 /* The only part of the 'fd' we can't memcmp() is the ppid */