mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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 <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250222114129.162794-1-krzysztof.kozlowski@linaro.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
becc794c5e
commit
0f1f26c591
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user