mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-13 08:04:45 +08:00
ALSA: hda - Remove superfluous zero-clear memset in patch_ca0132.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
063bca0968
commit
cdc83c59e5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user