]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regmap: kunit: Fix repeated test param
authorCheng-Cheng Lo <locc@google.com>
Tue, 29 Oct 2024 08:19:41 +0000 (16:19 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 29 Oct 2024 18:56:49 +0000 (18:56 +0000)
commit96a54082424dc9d430076563031d9b576176674e
tree3361eb2a34fe299f56ab09bd0fb283fc07d2d42a
parent336f0fbf510880f7b2f9ea7e473fefc02222070c
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>
drivers/base/regmap/regmap-kunit.c