Skip to content

Commit 5df0211

Browse files
committed
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 parent 693c9ec commit 5df0211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/meson/pinctrl-amlogic-a4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ static void init_bank_register_bit(struct aml_pinctrl *info,
856856
break;
857857
}
858858
}
859-
};
859+
}
860860

861861
if (def_offs) {
862862
for (i = 0; i < AML_NUM_REG; i++) {

0 commit comments

Comments
 (0)