Re: [PATCH v2 2/2] ASoC: Intel: Skylake: Zero snd_ctl_elem_value

2021-01-21 Thread Andy Shevchenko
On Thu, Jan 21, 2021 at 06:16:44PM +0100, Ricardo Ribalda wrote: > Clear struct snd_ctl_elem_value before calling ->put() to avoid any data > leak. Reviewed-by: Andy Shevchenko > Signed-off-by: Ricardo Ribalda > --- > sound/soc/intel/skylake/skl-topology.c | 2 +- > 1 file changed, 1

RE: [PATCH v2 2/2] ASoC: Intel: Skylake: Zero snd_ctl_elem_value

2021-01-21 Thread Rojewski, Cezary
On 2021-01-21 6:16 PM, Ricardo Ribalda wrote: > Clear struct snd_ctl_elem_value before calling ->put() to avoid any data > leak. > > Signed-off-by: Ricardo Ribalda Reviewed-by: Cezary Rojewski Thanks, Czarek

[PATCH v2 2/2] ASoC: Intel: Skylake: Zero snd_ctl_elem_value

2021-01-21 Thread Ricardo Ribalda
Clear struct snd_ctl_elem_value before calling ->put() to avoid any data leak. Signed-off-by: Ricardo Ribalda --- sound/soc/intel/skylake/skl-topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/skl-topology.c