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: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1623749970-38020-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Yang Li 2021-06-15 17:39:29 +08:00 committed by Geert Uytterhoeven
parent 2734d6c1b1
commit d42d57fe86
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ rzg2l_cpg_register_core_clk(const struct cpg_core_clk *core,
break;
default:
goto fail;
};
}
if (IS_ERR_OR_NULL(clk))
goto fail;