Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdc83c59 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Remove superfluous zero-clear memset in patch_ca0132.c



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 063bca09
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1962,7 +1962,6 @@ static int dspxfr_image(struct hda_codec *codec,
	dma_engine = kzalloc(sizeof(*dma_engine), GFP_KERNEL);
	if (!dma_engine)
		return -ENOMEM;
	memset((void *)dma_engine, 0, sizeof(*dma_engine));

	dma_engine->dmab = kzalloc(sizeof(*dma_engine->dmab), GFP_KERNEL);
	if (!dma_engine->dmab) {