]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: sec-i2c: Sort struct of_device_id entries and the device type switch
authorAndré Draszik <andre.draszik@linaro.org>
Wed, 9 Apr 2025 20:37:33 +0000 (21:37 +0100)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:37 +0000 (08:48 +0100)
commitada2b490c72bf6521aab135ba6e866639f9b0220
tree974e8243667cf9fa7109c9305c9af54e5ad1657c
parentd58b81c436f00259019ad11f2a9af19d84496de3
mfd: sec-i2c: Sort struct of_device_id entries and the device type switch

Sort struct of_device_id entries and the device type switch in _probe()
alphabetically, which makes it easier to find the right place where to
insert new entries in the future.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-12-d66d5f39b6bf@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/sec-i2c.c