Skip to content

Commit d42d57f

Browse files
Yang Ligeertu
authored andcommitted
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>
1 parent 2734d6c commit d42d57f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/renesas/renesas-rzg2l-cpg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ rzg2l_cpg_register_core_clk(const struct cpg_core_clk *core,
297297
break;
298298
default:
299299
goto fail;
300-
};
300+
}
301301

302302
if (IS_ERR_OR_NULL(clk))
303303
goto fail;

0 commit comments

Comments
 (0)