Home
last modified time | relevance | path

Searched hist:"075667 cc6c29ddc1a96af6d1f63fb673ef09b7cf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.cdiff 075667cc6c29ddc1a96af6d1f63fb673ef09b7cf Mon Sep 06 08:40:40 CDT 2021 Jason Wang <wangborong@cdjrlc.com> pinctrl: renesas: No need to initialise global statics

Global static variables don't need to be initialized to 0, because the
compiler will initialize them.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20210906134040.96642-1-wangborong@cdjrlc.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>