diff options
author | Yunhao Tian <18373444@buaa.edu.cn> | 2019-11-25 20:58:32 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-12-09 08:49:31 +0100 |
commit | 4ff40d140e2a2060ef6051800a4a9eab07624f42 (patch) | |
tree | bbcc4dd63d19a64b5fe08042eaf757635ccf32e7 /arch/mips | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) |
clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.
The hws field of sun8i_v3s_hw_clks has only 74
members. However, the number specified by CLK_NUMBER
is 77 (= CLK_I2S0 + 1). This leads to runtime segmentation
fault that is not always reproducible.
This patch fixes the problem by specifying correct clock number.
Signed-off-by: Yunhao Tian <18373444@buaa.edu.cn>
[Maxime: Also remove the CLK_NUMBER definition]
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/mips')
0 files changed, 0 insertions, 0 deletions