regmap: Remove dynamic allocation warnings for rbtree and maple
authorMark Brown <broonie@kernel.org>
Fri, 21 Jul 2023 16:31:36 +0000 (17:31 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 21 Jul 2023 16:36:09 +0000 (17:36 +0100)
commite02a4ccbeced64aa10f4e99683c721ec43e993c1
tree277e8a18af87df2146764146200d3fe39a6efea0
parent0c8b0bf42c8cef56f7cd9cd876fbb7ece9217064
regmap: Remove dynamic allocation warnings for rbtree and maple

Thanks to Dan and Guenter's very prompt updates of the rbtree and maple
caches to support GPF_ATOMIC allocations and since the update shook out
a bunch of users at least some of whom have been suitably careful about
ensuring that the cache is prepoulated so there are no dynamic
allocations after init let's revert the warnings.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230721-regmap-enable-kmalloc-v1-1-f78287e794d3@kernel.org
drivers/base/regmap/regmap.c