]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
regmap: Switch to use kmemdup_array()
authorMark Brown <broonie@kernel.org>
Fri, 7 Jun 2024 19:57:22 +0000 (20:57 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 7 Jun 2024 19:57:22 +0000 (20:57 +0100)
Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:

Replace open coded kmemdup_array(), which does an additional
overflow check.

While at it, fix one minor issue in regcache.c.


Trivial merge