diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-01-15 17:01:32 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-01-15 17:01:32 +0300 |
| commit | f2161d5f1aae21a42b0a64d87e10cb31db423f42 (patch) | |
| tree | 729ebd8314a2a6fda554d36ce3be0c8816d7bd16 /lib/debugobjects.c | |
| parent | ab2be3af8c4ea57f779474cd2a2fe8dd4ad537a6 (diff) | |
| parent | be5a39e7994ec9f003c8569b670c794a4e5d1551 (diff) | |
| download | linux-f2161d5f1aae21a42b0a64d87e10cb31db423f42.tar.xz | |
Merge tag 'asoc-fix-v6.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.19
A moderately large collection of fixes since I missed a week, plus a few
new device IDs and quirks. It's all fairly minor, including a bunch of
work on the device tree bindings fixes which have no runtime effect.
There's one SoundWire change here exporting a symbol which was required
for a fix to the ASoC SoundWire code.
Diffstat (limited to 'lib/debugobjects.c')
| -rw-r--r-- | lib/debugobjects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index ecf8e7f978e3..89a1d6745dc2 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -2,7 +2,7 @@ /* * Generic infrastructure for lifetime debugging of objects. * - * Copyright (C) 2008, Thomas Gleixner <tglx@linutronix.de> + * Copyright (C) 2008, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> */ #define pr_fmt(fmt) "ODEBUG: " fmt |
