diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-06-04 17:21:01 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-06-04 17:21:01 +0200 |
| commit | b734412619821f3ed63ba63533f539672cb7a76d (patch) | |
| tree | bda3035a3667723e8215d3a4bd099ef71ec0a34c /lib/debugobjects.c | |
| parent | aa2f4addab44407c7aa742321de5dc1914ab5762 (diff) | |
| parent | d2dcd85f9e09fe3566d4cdcd357856a42ac73f93 (diff) | |
Merge tag 'asoc-fix-v7.1-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v7.1
There's only one actual fix here, for the TDM configuration on the
Freescale SAI controller, everytihng else is DMI quirks for AMD systems.
One of those is relatively large as it adds a bunch of different structs
but it's all data.
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 772ddabcbe7d..b18a682fe3da 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -1222,7 +1222,7 @@ struct self_test { static __initconst const struct debug_obj_descr descr_type_test; -static bool __init is_static_object(void *addr) +static __noipa bool __init is_static_object(void *addr) { struct self_test *obj = addr; |
