On Thu, 15 Jun 2023 17:52:43 +0300, Andy Shevchenko wrote: > Insulate of_device_alloc() and of_amba_device_create() from possible > changes to fwnode_handle implementation by using device_set_node() > instead of open-coding dev->dev.fwnode assignments. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/of/platform.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > Applied, thanks!