Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353254
b: refs/heads/master
c: 063bca0
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 28, 2012
1 parent 3a5520b commit 79438c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e97249dd6d70b657a4c6bc47e436b2b981031144
refs/heads/master: 063bca096829e2fdfc2bde7b6b2a7453bf9b7218
6 changes: 2 additions & 4 deletions trunk/sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -1960,10 +1960,8 @@ static int dspxfr_image(struct hda_codec *codec,
return -EINVAL;

dma_engine = kzalloc(sizeof(*dma_engine), GFP_KERNEL);
if (!dma_engine) {
status = -ENOMEM;
goto exit;
}
if (!dma_engine)
return -ENOMEM;
memset((void *)dma_engine, 0, sizeof(*dma_engine));

dma_engine->dmab = kzalloc(sizeof(*dma_engine->dmab), GFP_KERNEL);
Expand Down

0 comments on commit 79438c4

Please sign in to comment.