diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-08-21 12:04:07 +0200 |
|---|---|---|
| committer | Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> | 2026-08-31 02:58:30 +0100 |
| commit | 6687740b03c1d94f9e122ac504af2981907c1bdb (patch) | |
| tree | 1ced93f4dd85a7e29641d000e1981a1dcde79cd1 /scripts/Makefile.thinlto | |
| parent | 64f4173ad1a7f1b247296c84e624f5095be170c7 (diff) | |
| download | linux-next-6687740b03c1d94f9e122ac504af2981907c1bdb.tar.gz linux-next-6687740b03c1d94f9e122ac504af2981907c1bdb.zip | |
iio: frequency: adf4350: Make sure clk_init_data is fully initialized
The clk_init_data structure contains several mutually-exclusive members
for different methods to specify the possible parents of a clock,
prompting drivers to initialize only the members they need. However,
not initializing all members may cause subtle issues, which are only
exposed when CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE is
enabled.
Make sure all members are fully initialized, to avoid such bugs, and to
prevent future breakage when converting drivers to a different method
for specifying the parents.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
