Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: amlogic-a4: Drop surplus semicolon

The kernel bots complain about untidy code found using
coccinelle, fix it up.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503212354.Hx2qaDRe-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
drivers/pinctrl/meson/pinctrl-amlogic-a4.c
··· 856 856 break; 857 857 } 858 858 } 859 - }; 859 + } 860 860 861 861 if (def_offs) { 862 862 for (i = 0; i < AML_NUM_REG; i++) {