Commit 5df0211a authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: amlogic-a4: Drop surplus semicolon



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

Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503212354.Hx2qaDRe-lkp@intel.com/


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 693c9ecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {