diff options
author | Ricky Liang <[email protected]> | 2015-05-18 22:00:26 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2015-05-19 18:40:48 -0700 |
commit | 95f589814c8af85fa673320bf319ffe8d721dd74 (patch) | |
tree | 92385ff41328f0931cafb6c160babc6c6a459652 /scripts/gdb/linux/utils.py | |
parent | df5338d9fe5d607cdbc68d8432cbfdc9a942a679 (diff) |
clk: mediatek: Initialize clk_init_data
The variable init (struct clk_init_data) is allocated on the stack.
We weren't initializing the .flags field, so it contains random junk,
which can cause all kinds of interesting issues when the flags are
parsed by clk_register.
Signed-off-by: Ricky Liang <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions