diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-08-21 12:09:06 +0200 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2026-08-23 21:49:51 +0200 |
| commit | a12eac458814f70ed9b0b2e3293b7478c7032eaa (patch) | |
| tree | 9ad69382e86c35f6a0c9276d9bdc4cb211c3ea11 /scripts/objdiff | |
| parent | 5ef3d51a3aaae642f8e5515a2c67c17f6b7cb01c (diff) | |
| download | linux-next-a12eac458814f70ed9b0b2e3293b7478c7032eaa.tar.gz linux-next-a12eac458814f70ed9b0b2e3293b7478c7032eaa.zip | |
rtc: microcrystal: 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>
Link: https://patch.msgid.link/6e7b5258ff73e93fe23dd83cf56f806ee60fa7a9.1787241693.git.geert+renesas@glider.be
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
