diff options
| author | Takashi Iwai <tiwai@suse.de> | 2025-10-30 13:08:08 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-10-30 13:08:08 +0100 |
| commit | 390db60f8e2bd21fae544917eb3a8618265c058c (patch) | |
| tree | 49a086a3568f26f6bd42773291d304707273a29b /rust/kernel/cpufreq.rs | |
| parent | 4f4c654f5a0f6560b938a5ab05ec5940aa6c1c29 (diff) | |
| parent | 5e5c8aa73d99f1daa9f2ec1474b7fc1a6952764b (diff) | |
Merge tag 'asoc-fix-v6.18-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.18
A bigger batch of fixes than I'd like, things built up due to holidays
and some last minute issues which caused me to hold off on sending a pul
request. None of these are super remarkable, and there's a few new
device IDs in here too including a relatively big block of AMD devices.
The Cirrus Logic CS530x support subject line is actually a fix that was
on the start of that series and got pulled in here, I forgot to fix the
subject up when merging.
Diffstat (limited to 'rust/kernel/cpufreq.rs')
| -rw-r--r-- | rust/kernel/cpufreq.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/kernel/cpufreq.rs b/rust/kernel/cpufreq.rs index 21b5b9b8acc1..1a555fcb120a 100644 --- a/rust/kernel/cpufreq.rs +++ b/rust/kernel/cpufreq.rs @@ -38,8 +38,7 @@ use macros::vtable; const CPUFREQ_NAME_LEN: usize = bindings::CPUFREQ_NAME_LEN as usize; /// Default transition latency value in nanoseconds. -pub const DEFAULT_TRANSITION_LATENCY_NS: u32 = - bindings::CPUFREQ_DEFAULT_TRANSITION_LATENCY_NS; +pub const DEFAULT_TRANSITION_LATENCY_NS: u32 = bindings::CPUFREQ_DEFAULT_TRANSITION_LATENCY_NS; /// CPU frequency driver flags. pub mod flags { |
