Re: [PATCH V2] soundwire: sysfs: Constify static struct attribute_group

From: Vinod Koul
Date: Tue Jan 19 2021 - 10:15:04 EST


On 17-01-21, 23:16, Rikard Falkeborn wrote:
> The only place sdw_slave_dev_attr_group is used is when its address is
> passed to devm_device_add_group() which takes a pointer to const struct
> attribute_group. Make it const to allow the compiler to put it in
> read-only memory. This makes all attribute_group structs in the file
> const. Done with the help of Coccinelle.

Applied, thanks

--
~Vinod