mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
regmap: kunit: Fix repeated test param
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> Link: https://patch.msgid.link/20241029081941.3264566-1-locc@google.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
336f0fbf51
commit
96a5408242
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user