18 Nov
2021
18 Nov
'21
2:36 a.m.
Quoting Rob Clark (2021-11-17 17:04:52)
From: Rob Clark robdclark@chromium.org
Move the declaration of temporary arrays to somewhere that won't go out of scope before the devm_clk_hw_register() call, lest we be at the whim of the compiler for whether those stack variables get overwritten.
Fixes a crash seen with gcc version 11.2.1 20210728 (Red Hat 11.2.1-1)
Fixes: edbd24ea1e5c ("ASoC: rt5682: Drop usage of __clk_get_name()") Signed-off-by: Rob Clark robdclark@chromium.org
Reviewed-by: Stephen Boyd swboyd@chromium.org