pinctrl: apple: add missing comma
authorJoey Gouly <joey.gouly@arm.com>
Sun, 21 Nov 2021 16:56:33 +0000 (16:56 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Nov 2021 23:55:13 +0000 (00:55 +0100)
Add a missing comma at the end of the regmap initialisation.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211121165642.27883-3-joey.gouly@arm.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-apple-gpio.c

index 7299c76..60d46ce 100644 (file)
@@ -70,7 +70,7 @@ struct regmap_config regmap_config = {
        .cache_type = REGCACHE_FLAT,
        .max_register = 512 * sizeof(u32),
        .num_reg_defaults_raw = 512,
-       .use_relaxed_mmio = true
+       .use_relaxed_mmio = true,
 };
 
 // No locking needed to mask/unmask IRQs as the interrupt mode is per pin-register.