Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
From: Patrice CHOTARD
Date: Mon Jan 12 2026 - 02:12:12 EST
On 1/8/26 21:23, Andy Shevchenko wrote:
> The SPI core provides the default of_node for the controller,
> inherited from the actual (parent) device. No need to repeat it
> in the driver.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> drivers/spi/spi-stm32-ospi.c | 1 -
> drivers/spi/spi-stm32-qspi.c | 1 -
>
Reviewed-by: Patrice Chotard <patrice.chotard@xxxxxxxxxxx>
Thanks