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/alloc | |
| parent | 4f4c654f5a0f6560b938a5ab05ec5940aa6c1c29 (diff) | |
| parent | 5e5c8aa73d99f1daa9f2ec1474b7fc1a6952764b (diff) | |
| download | linux-390db60f8e2bd21fae544917eb3a8618265c058c.tar.gz linux-390db60f8e2bd21fae544917eb3a8618265c058c.zip | |
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/alloc')
| -rw-r--r-- | rust/kernel/alloc/kvec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/alloc/kvec.rs b/rust/kernel/alloc/kvec.rs index e94aebd084c8..ac8d6f763ae8 100644 --- a/rust/kernel/alloc/kvec.rs +++ b/rust/kernel/alloc/kvec.rs @@ -9,7 +9,7 @@ use super::{ }; use crate::{ fmt, - page::AsPageIter, + page::AsPageIter, // }; use core::{ borrow::{Borrow, BorrowMut}, |
