On Sat, Aug 10, 2024 at 09:09:18AM +0000, Chun-Kuang Hu wrote:
In order to have fine-grained control, use cmdq_pkt_eoc() and
cmdq_pkt_jump_rel() to replace cmdq_pkt_finalize().
This commit description doesn't match what you're doing. What about
Now that all occurrences of cmdq_pkt_finalize() have been switched to
cmdq_pkt_eoc() and cmdq_pkt_jump_rel() for more fine-grained control, remove
cmdq_pkt_finalize().
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Reviewed-by: Nícolas F. R. A. Prado <redacted>
Thanks,
Nícolas