All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regmap: Fix leftover from struct reg_default to struct reg_sequence change
@ 2015-11-30 15:20 Daniel Wagner
  2015-11-30 15:27 ` Daniel Wagner
  2015-12-01 23:00 ` Applied "regmap: Fix leftover from struct reg_default to struct reg_sequence change" to the regmap tree Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Wagner @ 2015-11-30 15:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: Daniel Wagner, Nariman Poushin, Mark Brown

In 8019ff6cfc04 ("regmap: Use reg_sequence for multi_reg_write / register_patch")
struct reg_default was renamed to struct reg_secquence, which missed
one place to fix up.

Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
Cc: Nariman Poushin <nariman@opensource.wolfsonmicro.com>
Cc: Mark Brown <broonie@kernel.org>
---
 include/linux/regmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index d68bb40..4d9a1a0 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -1021,7 +1021,7 @@ static inline void regmap_async_complete(struct regmap *map)
 }
 
 static inline int regmap_register_patch(struct regmap *map,
-					const struct reg_default *regs,
+					const struct reg_sequence *regs,
 					int num_regs)
 {
 	WARN_ONCE(1, "regmap API is disabled");
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-15 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30 15:20 [PATCH] regmap: Fix leftover from struct reg_default to struct reg_sequence change Daniel Wagner
2015-11-30 15:27 ` Daniel Wagner
2015-12-15 15:44   ` Nariman Poushin
2015-12-01 23:00 ` Applied "regmap: Fix leftover from struct reg_default to struct reg_sequence change" to the regmap tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.