[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <vegjt4pcl2x2wmwso6ajbihqc6rpbup5knycnz76jz3zfbfpp4@opxek6apu3w4>
Date: Mon, 15 Apr 2024 22:54:12 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Abhinav Jain <jain.abhinav177@...il.com>
Cc: chris.packham@...iedtelesis.co.nz, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org, javier.carrasco.cruz@...il.com,
Julia Lawall <julia.lawall@...ia.fr>
Subject: Re: [PATCH] i2c: mpc: Removal of of_node_put with __free for auto
cleanup
Hi Abhinav,
> /* Enable I2C interrupts for mpc5121 */
> - node_ctrl = of_find_compatible_node(NULL, NULL,
> - "fsl,mpc5121-i2c-ctrl");
> + struct device_node *node_ctrl __free(device_node) =
How have you tested this?
Andi
Powered by blists - more mailing lists