]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: amlogic-a4: Drop surplus semicolon
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 22 Mar 2025 20:33:43 +0000 (21:33 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 22 Mar 2025 20:33:43 +0000 (21:33 +0100)
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>
drivers/pinctrl/meson/pinctrl-amlogic-a4.c

index 35d5540b8eaa2378197d7791ef2470ca6591f693..ee7bbc72f9b36c0c6d5bec76780711f9db3c155d 100644 (file)
@@ -856,7 +856,7 @@ static void init_bank_register_bit(struct aml_pinctrl *info,
                                break;
                        }
                }
-       };
+       }
 
        if (def_offs) {
                for (i = 0; i < AML_NUM_REG; i++) {