]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regcache: Use sort()'s default swap() implementation
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 28 Apr 2025 06:13:18 +0000 (08:13 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Apr 2025 00:38:31 +0000 (09:38 +0900)
commitd30e845b0ae63400738709ca624a4a7bb69c4ba2
tree0aa927ad6f6e5850ce92fa280bedd88fb0c55f68
parent0af2f6be1b4281385b618cb86ad946eded089ac8
regcache: Use sort()'s default swap() implementation

Use sort()'s default swap() implementation and remove the custom
regcache_defaults_swap() function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250428061318.88859-2-thorsten.blum@linux.dev
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache.c