Re: [PATCH v1 3/3] i2c: core: Use dev_fwnode()

From: Wolfram Sang

Date: Tue Jan 13 2026 - 11:25:41 EST


On Mon, Jan 12, 2026 at 02:22:42PM +0100, Andy Shevchenko wrote:
> irq_domain_create_linear() takes fwnode as the first argument. It can be
> extracted from the struct device using dev_fwnode() helper instead of using
> direct dereference().
>
> So use the dev_fwnode() helper.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Applied to for-next, thanks!