Files
linux/rust/kernel
Benno Lossin 4fa9f72d65 rust: cpufreq: replace MaybeUninit::zeroed().assume_init() with pin_init::zeroed()
All types in `bindings` implement `Zeroable` if they can, so use
`pin_init::zeroed` instead of relying on `unsafe` code.

If this ends up not compiling in the future, something in bindgen or on
the C side changed and is most likely incorrect.

Signed-off-by: Benno Lossin <lossin@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-09-08 14:03:29 +02:00
..
2025-09-08 00:11:19 +02:00
2025-09-08 00:11:19 +02:00
2025-06-22 23:09:32 +02:00
2025-08-27 22:45:41 -07:00
2025-07-23 02:05:58 +02:00
2025-08-24 15:30:40 +02:00
2025-07-23 02:05:58 +02:00
2025-09-08 00:11:19 +02:00
2025-08-13 17:40:28 +02:00
2025-07-21 01:16:35 +02:00
2025-07-19 23:18:18 +02:00
2025-07-21 01:16:35 +02:00