mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
clk: shmobile: fix sparse NULL pointer warning
Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
09bd745b55
commit
16bd794f94
@ -54,7 +54,7 @@ static struct div4_clk div4_clks[] = {
|
||||
{ "m2", "pll1", CPG_FRQCRA, 0 },
|
||||
{ "zx", "pll1", CPG_FRQCRB, 12 },
|
||||
{ "hp", "pll1", CPG_FRQCRB, 4 },
|
||||
{ NULL, 0, 0, 0 },
|
||||
{ NULL, NULL, 0, 0 },
|
||||
};
|
||||
|
||||
static const struct clk_div_table div4_div_table[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user