Re: [PATCH] fsi: make cdx_bus_type constant
From: Greg Kroah-Hartman
Date: Tue Jul 01 2025 - 08:06:07 EST
On Tue, Jul 01, 2025 at 01:59:12PM +0200, Greg Kroah-Hartman wrote:
> Now that the driver core can properly handle constant struct bus_type,
> move the fsi_bus_type variable to be a constant structure as well,
> placing it into read-only memory which can not be modified at runtime.
Got the subject wrong, let me go fix up...