Files
linux/drivers/mfd
Mark Brown c67bb84434 regulator: Use container_of_const() when all types are
Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>:

Use container_of_const(), which is preferred over container_of(), when
the argument 'ptr' and returned pointer are already const, for better
code safety and readability.

Some drivers already have const everywhere, so container_of_const can be
directly used. In few other drivers, the final pointer can be constified
that way.
2025-11-26 21:21:57 +00:00
..
2025-10-01 10:29:00 +01:00
2023-11-01 10:02:13 +00:00
2025-09-16 15:24:48 +01:00
2024-05-10 15:39:18 +01:00
2024-05-10 15:39:18 +01:00
2023-04-26 11:40:34 +01:00
2025-05-23 08:48:44 +01:00
2025-05-16 21:06:10 +02:00
2024-11-12 14:47:00 +00:00