]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/ca0132: minor fix for allocation size
authorAlexey V. Vissarionov <gremlin@altlinux.org>
Tue, 17 Jan 2023 11:15:23 +0000 (14:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:33:13 +0000 (09:33 +0100)
commita8fa337595639ca83792f320864cb953edcccacd
treecbebaadce3001152e393047957ea6602d53e7ff8
parent7af606b9eb11d6cdf767cabbddc326e20d0d4702
ALSA: hda/ca0132: minor fix for allocation size

[ Upstream commit 3ee0fe7fa39b14d1cea455b7041f2df933bd97d2 ]

Although the "dma_chan" pointer occupies more or equal space compared
to "*dma_chan", the allocation size should use the size of variable
itself.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: 01ef7dbffb41 ("ALSA: hda - Update CA0132 codec to load DSP firmware binary")
Signed-off-by: Alexey V. Vissarionov <gremlin@altlinux.org>
Link: https://lore.kernel.org/r/20230117111522.GA15213@altlinux.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/patch_ca0132.c