From: Krzysztof Kozlowski Date: Sat, 22 Feb 2025 11:41:29 +0000 (+0100) Subject: ALSA: arm: aaci: Constify amba_id table X-Git-Tag: v6.15-rc1~173^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f1f26c59196c785ced9f1a083ff350a6361c39f;p=thirdparty%2Flinux.git ALSA: arm: aaci: Constify amba_id table 'struct amba_id' table is not modified so can be changed to const for more safety. Signed-off-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20250222114129.162794-1-krzysztof.kozlowski@linaro.org Signed-off-by: Takashi Iwai --- diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c index c3340b8ff3daf..243965615ef2b 100644 --- a/sound/arm/aaci.c +++ b/sound/arm/aaci.c @@ -1061,7 +1061,7 @@ static void aaci_remove(struct amba_device *dev) } } -static struct amba_id aaci_ids[] = { +static const struct amba_id aaci_ids[] = { { .id = 0x00041041, .mask = 0x000fffff,