Commit d42d57fe authored by Yang Li's avatar Yang Li Committed by Geert Uytterhoeven

clk: renesas: rzg2l: Remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/clk/renesas/renesas-rzg2l-cpg.c:299:2-3: Unneeded semicolon
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1623749970-38020-1-git-send-email-yang.lee@linux.alibaba.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 2734d6c1
...@@ -297,7 +297,7 @@ rzg2l_cpg_register_core_clk(const struct cpg_core_clk *core, ...@@ -297,7 +297,7 @@ rzg2l_cpg_register_core_clk(const struct cpg_core_clk *core,
break; break;
default: default:
goto fail; goto fail;
}; }
if (IS_ERR_OR_NULL(clk)) if (IS_ERR_OR_NULL(clk))
goto fail; goto fail;
......
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