mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
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>
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user