Searched hist:"3 cfb0e8e41621677eaa68becf9d86a8febe3b3fe" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/phy/cadence/ |
H A D | phy-cadence-sierra.c | diff 3cfb0e8e41621677eaa68becf9d86a8febe3b3fe Sat Sep 12 22:46:37 CEST 2020 Rikard Falkeborn <rikard.falkeborn@gmail.com> phy: cadence: Sierra: Constify static structs
The static cdns_reg_pairs and regmap_config structs are not modified and can be made const. This allows the compiler to put them in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lore.kernel.org/r/20200912204639.501669-2-rikard.falkeborn@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
|