]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_ccc_cmd()
authorFelix Gu <ustc.gu@gmail.com>
Mon, 6 Apr 2026 12:43:17 +0000 (20:43 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 12 Apr 2026 14:47:13 +0000 (16:47 +0200)
commit57c91ca3dd87e58d635ecbcf9635aaead2f2b1de
tree4cb1318dc8608fad7bedc09d3ba836c23e78b92b
parentd7665c3b4f575251e449e2656879392346ca612b
i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_ccc_cmd()

Use __free(kfree) for automatic cleanup, matching the pattern already
used in other functions in this driver.

Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Tested-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260406-renesas-v3-2-4b724d7708f4@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/renesas-i3c.c