diff options
| author | Geert Uytterhoeven <[email protected]> | 2021-03-26 10:54:34 +0000 |
|---|---|---|
| committer | Geert Uytterhoeven <[email protected]> | 2021-03-30 07:58:27 +0000 |
| commit | f2fb4fe62390b293bc6edc04cc7002940c441359 (patch) | |
| tree | 5faba585214f21e3b6866ae6362770339e273700 /lib/dump_stack.c | |
| parent | clk: renesas: Couple of spelling fixes (diff) | |
| download | kernel-f2fb4fe62390b293bc6edc04cc7002940c441359.tar.gz kernel-f2fb4fe62390b293bc6edc04cc7002940c441359.zip | |
clk: renesas: Zero init clk_init_data
As clk_core_populate_parent_map() checks clk_init_data.num_parents
first, and checks clk_init_data.parent_names[] before
clk_init_data.parent_data[] and clk_init_data.parent_hws[], leaving the
latter uninitialized doesn't do harm for now. However, it is better to
play it safe, and initialize all clk_init_data structures to zeroes, to
avoid any current and future members containing uninitialized data.
Remove a few explicit zero initializers, which are now superfluous.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/dump_stack.c')
0 files changed, 0 insertions, 0 deletions
