Re: [PATCH] w1: no need to initialise statics to 0

From: Krzysztof Kozlowski
Date: Mon May 08 2023 - 05:01:42 EST



On Sun, 08 May 2022 10:34:00 +0800, Jason Wang wrote:
> Static variables do not need to be initialised to 0, because compiler
> will initialise all uninitialised statics to 0. Thus, remove the
> unneeded initializations.
>
>

Applied, thanks!

[1/1] w1: no need to initialise statics to 0
https://git.kernel.org/krzk/linux-w1/c/ecaed1a26f7215f48420a9c02e229b84b5fbb882

Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>