mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regmap: kunit: Fix repeated test param
@ 2024-10-29  8:19 Cheng-Cheng Lo
  2024-10-29 21:07 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Cheng-Cheng Lo @ 2024-10-29  8:19 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel, Cheng-Cheng Lo

There're duplicated elements in the test param real_cache_types_list. The
second one shoulde have cache type REGCACHE_MAPLE.

Signed-off-by: Cheng-Cheng Lo <locc@google.com>
---
 drivers/base/regmap/regmap-kunit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/regmap/regmap-kunit.c b/drivers/base/regmap/regmap-kunit.c
index 4bf3f1e59ed7..3add2aa6d6d8 100644
--- a/drivers/base/regmap/regmap-kunit.c
+++ b/drivers/base/regmap/regmap-kunit.c
@@ -126,7 +126,7 @@ static const struct regmap_test_param real_cache_types_list[] = {
 	{ .cache = REGCACHE_RBTREE, .from_reg = 0x2003 },
 	{ .cache = REGCACHE_RBTREE, .from_reg = 0x2004 },
 	{ .cache = REGCACHE_MAPLE,  .from_reg = 0 },
-	{ .cache = REGCACHE_RBTREE, .from_reg = 0, .fast_io = true },
+	{ .cache = REGCACHE_MAPLE,  .from_reg = 0, .fast_io = true },
 	{ .cache = REGCACHE_MAPLE,  .from_reg = 0x2001 },
 	{ .cache = REGCACHE_MAPLE,  .from_reg = 0x2002 },
 	{ .cache = REGCACHE_MAPLE,  .from_reg = 0x2003 },
-- 
2.47.0.163.g1226f6d8fa-goog


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

* Re: [PATCH] regmap: kunit: Fix repeated test param
  2024-10-29  8:19 [PATCH] regmap: kunit: Fix repeated test param Cheng-Cheng Lo
@ 2024-10-29 21:07 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2024-10-29 21:07 UTC (permalink / raw)
  To: Cheng-Cheng Lo; +Cc: linux-kernel

On Tue, 29 Oct 2024 16:19:41 +0800, Cheng-Cheng Lo wrote:
> There're duplicated elements in the test param real_cache_types_list. The
> second one shoulde have cache type REGCACHE_MAPLE.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/1] regmap: kunit: Fix repeated test param
      commit: 96a54082424dc9d430076563031d9b576176674e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

end of thread, other threads:[~2024-10-29 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29  8:19 [PATCH] regmap: kunit: Fix repeated test param Cheng-Cheng Lo
2024-10-29 21:07 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®