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:
Linus Walleij
2025-03-22 21:33:43 +01:00
parent 693c9ecd83
commit 5df0211a67

View 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++) {