]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
SDCA Bug Fixes
authorMark Brown <broonie@kernel.org>
Tue, 15 Jul 2025 21:40:13 +0000 (22:40 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 15 Jul 2025 21:40:13 +0000 (22:40 +0100)
Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:

Some small SDCA bug fixes reported from various sources. An array bounds
check, an uninitialised variable and some memory allocations that should
zero initialise.

Charles Keepax (3):
  ASoC: SDCA: Fix off by one error in IRQ bound check
  ASoC: SDCA: Avoid use of uninitialised local name variable
  ASoC: SDCA: Update memory allocations to zero initialise

 sound/soc/sdca/sdca_asoc.c       | 12 ++++++------
 sound/soc/sdca/sdca_interrupts.c |  5 ++---
 2 files changed, 8 insertions(+), 9 deletions(-)

--
2.39.5


Trivial merge