From: Li kunyu Date: Fri, 5 Jul 2024 05:21:59 +0000 (+0800) Subject: clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ values from err X-Git-Tag: v6.11-rc1~228^2^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3539a6a6998e1e662fdb30af435f239d5931c98;p=thirdparty%2Flinux.git clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ values from err The 'err' variable is initialized whatever the code path, it is pointless to initialize it when it is declared. Signed-off-by: Li kunyu Link: https://lore.kernel.org/r/20240705052159.22235-1-kunyu@nfschina.com Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c index ab1c8c2b66b88..a05cfaab5f843 100644 --- a/drivers/clocksource/arm_global_timer.c +++ b/drivers/clocksource/arm_global_timer.c @@ -343,7 +343,7 @@ static int __init global_timer_of_register(struct device_node *np) { struct clk *gt_clk; static unsigned long gt_clk_rate; - int err = 0; + int err; /* * In A9 r2p0 the comparators for each processor with the global timer