Re: [PATCH] ALSA: hda: make kobj_type structure constant
From: Takashi Iwai
Date: Sat Feb 11 2023 - 03:38:39 EST
On Sat, 11 Feb 2023 04:33:53 +0100,
Thomas Weißschuh wrote:
>
> Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
> the driver core allows the usage of const struct kobj_type.
>
> Take advantage of this to constify the structure definition to prevent
> modification at runtime.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Thanks, applied now.
Takashi