Commit 4d4ac7aa authored by Olof Johansson's avatar Olof Johansson

Merge tag 'renesas-sh73a0-ccf2-for-v3.20' of...

Merge tag 'renesas-sh73a0-ccf2-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers

Merge "Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20" from
Simon Horman:

Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20

* Fix sparse NULL pointer warning

* tag 'renesas-sh73a0-ccf2-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  clk: shmobile: fix sparse NULL pointer warning
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 6b59907a 16bd794f
......@@ -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[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment