Files
linux/drivers
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-11-21 16:57:50 +00:00
2025-10-01 00:00:45 +00:00
2025-09-29 00:17:22 +02:00
2025-10-21 16:58:45 +01:00
2025-09-22 09:35:21 -04:00
2025-10-01 07:24:43 -04:00