[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea339dbc-e75a-4792-8d39-c28b3cb6d0c9@linux.ibm.com>
Date: Tue, 27 Jan 2026 09:26:27 -0600
From: Eddie James <eajames@...ux.ibm.com>
To: Uwe Kleine-König <u.kleine-koenig@...libre.com>
Cc: Ninad Palsule <ninad@...ux.ibm.com>, linux-fsi@...ts.ozlabs.org,
Mark Brown <broonie@...nel.org>, linux-spi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 05/13] spi: fsi: Drop assigning fsi bus
On 12/9/25 5:40 AM, Uwe Kleine-König wrote:
> Since commit FIXME ("fsi: Assign driver's bus in fsi_driver_register()")
> module_fsi_driver() cares about assigning the driver's bus member. Drop
> the explicit driver specific assignment.
Acked-by: Eddie James <eajames@...ux.ibm.com>
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...libre.com>
> Acked-by: Mark Brown <broonie@...nel.org>
> ---
> drivers/spi/spi-fsi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/spi/spi-fsi.c b/drivers/spi/spi-fsi.c
> index e01c63d23b64..f9c15b99dba5 100644
> --- a/drivers/spi/spi-fsi.c
> +++ b/drivers/spi/spi-fsi.c
> @@ -595,7 +595,6 @@ static struct fsi_driver fsi_spi_driver = {
> .id_table = fsi_spi_ids,
> .drv = {
> .name = "spi-fsi",
> - .bus = &fsi_bus_type,
> .probe = fsi_spi_probe,
> },
> };
Powered by blists - more mailing lists