]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regulator: Use named initializers for platform_device_id arrays
authorMark Brown <broonie@kernel.org>
Tue, 2 Jun 2026 15:09:27 +0000 (16:09 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jun 2026 15:09:27 +0000 (16:09 +0100)
Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> says:

this series targets to use named initializers for platform_device_id
arrays. In general these are better readable for humans and more robust
to changes in the respective struct definition.

This robustness is needed as I want to do

Link: https://patch.msgid.link/cover.1779878004.git.u.kleine-koenig@baylibre.com
1  2 
drivers/regulator/mt6359-regulator.c

Simple merge