Re: [PATCH] siox: constify the struct device_type usage

From: Thorsten Scherer
Date: Tue Feb 27 2024 - 00:23:29 EST


Hello,

On Mon, Feb 19, 2024 at 04:49:30PM -0300, Ricardo B. Marliere wrote:
> Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
> core can properly handle constant struct device_type. Move the
> siox_device_type and siox_master_type variables to be constant structures
> as well, placing it into read-only memory which can not be modified at
> runtime.
>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>

Acked-by: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>

@gregkh: Could you please pick up this patch? There already is another
patch [1] from Ricardo. I wonder if this one flew under you radar or
if I did something wrong...

Thanks to you both.

Best regards
Thorsten

[1] 20240219-device_cleanup-siox-v1-1-eb32ca2b0113@xxxxxxxxxxxx