Re: [PATCH v1 1/1] thunderbolt: Do not dereference fwnode in struct device

From: Mika Westerberg
Date: Wed Dec 08 2021 - 05:26:22 EST


On Tue, Dec 07, 2021 at 05:41:43PM +0200, Andy Shevchenko wrote:
> In order to make the underneath API easier to change in the future,
> prevent users from dereferencing fwnode from struct device.
> Instead, use the specific dev_fwnode() API for that.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

This version is fine. Applied to thunderbolt.git/next, thanks!