mirror of https://github.com/torvalds/linux.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 <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:
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,
|
.id = 0x00041041,
|
||||||
.mask = 0x000fffff,
|
.mask = 0x000fffff,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue