Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118231
b: refs/heads/master
c: be37664
h: refs/heads/master
i:
  118229: e3d3614
  118227: 688baeb
  118223: 065b921
v: v3
  • Loading branch information
FUJITA Tomonori authored and David S. Miller committed Oct 29, 2008
1 parent ada95cb commit e566523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1758ef68a07f42983371dc1d2bf0ae80b4d8ea16
refs/heads/master: be376649344ba2c3d00021f8bbf64392aa01ad55
2 changes: 2 additions & 0 deletions trunk/sound/sparc/dbri.c
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,8 @@ static int __devinit snd_dbri_create(struct snd_card *card,
dbri->dma = dma_alloc_coherent(&op->dev,
sizeof(struct dbri_dma),
&dbri->dma_dvma, GFP_ATOMIC);
if (!dbri->dma)
return -ENOMEM;
memset((void *)dbri->dma, 0, sizeof(struct dbri_dma));

dprintk(D_GEN, "DMA Cmd Block 0x%p (0x%08x)\n",
Expand Down

0 comments on commit e566523

Please sign in to comment.