Thread (16 messages) flat view 16 messages, 2 authors, 2021-11-27
STALE1715d LANDED

Revision v2 of 2 in this series; landed in mainline as 5ad6973d9ae8 on 2021-11-26.

Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

[PATCH v2 02/11] pinctrl: apple: add missing comma

From: Joey Gouly <joey.gouly@arm.com>
Date: 2021-11-21 16:57:13
Subsystem: arm/apple machine support, pin control subsystem, the rest · Maintainers: Sven Peter, Janne Grunau, Linus Walleij, Linus Torvalds

Add a missing comma at the end of the regmap initialisation.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Suggested-by: Andy Shevchenko <redacted>
---
 drivers/pinctrl/pinctrl-apple-gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-apple-gpio.c b/drivers/pinctrl/pinctrl-apple-gpio.c
index 7299c7686f7f..60d46ce26115 100644
--- a/drivers/pinctrl/pinctrl-apple-gpio.c
+++ b/drivers/pinctrl/pinctrl-apple-gpio.c
@@ -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.
-- 
2.17.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help