lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 09:50:40 +0530 From: Sameer Pujar <spujar@...dia.com> To: Rikard Falkeborn <rikard.falkeborn@...il.com>, Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org> CC: Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>, "Thierry Reding" <thierry.reding@...il.com>, Jonathan Hunter <jonathanh@...dia.com>, <alsa-devel@...a-project.org>, <linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] ASoC: tegra: Constify static snd_soc_dai_ops structs On 9/23/2021 2:24 AM, Rikard Falkeborn wrote: > The only usage of these is to assign their address to the ops field in > the snd_soc_dai_driver struct, which is a pointer to const. Make them > const to allow the compiler to put them in read-only memory. > > Signed-off-by: Rikard Falkeborn <rikard.falkeborn@...il.com> > --- > sound/soc/tegra/tegra210_adx.c | 4 ++-- > sound/soc/tegra/tegra210_amx.c | 4 ++-- > sound/soc/tegra/tegra210_mixer.c | 4 ++-- > sound/soc/tegra/tegra210_mvc.c | 2 +- > sound/soc/tegra/tegra210_sfc.c | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) > Thank you Rikard for the patch. Acked-by: Sameer Pujar <spujar@...dia.com>
Powered by blists - more mailing lists