[PATCH] fsi: core: make fsi_bus_type const

Greg Kroah-Hartman gregkh at linuxfoundation.org
Fri Feb 9 21:31:59 AEDT 2024


On Thu, Feb 08, 2024 at 05:05:29PM -0300, Ricardo B. Marliere 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.
> 
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Suggested-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Signed-off-by: Ricardo B. Marliere <ricardo at marliere.net>

Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>


More information about the linux-fsi mailing list