Re: [PATCH net-next 5/6] net: wwan: core: make wwan_class constant

From: Sergey Ryazanov
Date: Sun Mar 03 2024 - 17:24:13 EST


On 02.03.2024 19:06, Ricardo B. Marliere wrote:
Since commit 43a7206b0963 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the wwan_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.

Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Suggested-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>

Thanks!

Acked-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx>