]> git.itanic.dy.fi Git - linux-stable/commit
pinctrl: renesas: No need to initialise global statics
authorJason Wang <wangborong@cdjrlc.com>
Mon, 6 Sep 2021 13:40:40 +0000 (21:40 +0800)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 13 Sep 2021 09:05:03 +0000 (11:05 +0200)
commit075667cc6c29ddc1a96af6d1f63fb673ef09b7cf
treee0b1711880ba350c0cbcbc1b1d333774504aec78
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
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>
drivers/pinctrl/renesas/core.c