Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124117
b: refs/heads/master
c: 7b51a70
h: refs/heads/master
i:
  124115: e316e35
v: v3
  • Loading branch information
FUJITA Tomonori authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 40a7331 commit 8e51d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 20dafb3b0696471cfaa3e2fc2769516ebda3daf9
refs/heads/master: 7b51a70cbf0c9995caf59f7126d251e14a9e0686
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dm1105/dm1105.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static int __devinit dm1105dvb_dma_map(struct dm1105dvb *dm1105dvb)
{
dm1105dvb->ts_buf = pci_alloc_consistent(dm1105dvb->pdev, 6*DM1105_DMA_BYTES, &dm1105dvb->dma_addr);

return pci_dma_mapping_error(dm1105dvb->pdev, dm1105dvb->dma_addr);
return !dm1105dvb->ts_buf;
}

static void dm1105dvb_dma_unmap(struct dm1105dvb *dm1105dvb)
Expand Down

0 comments on commit 8e51d71

Please sign in to comment.