Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164283
b: refs/heads/master
c: 84d6ae4
h: refs/heads/master
i:
  164281: a6952d8
  164279: 3112dea
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 768099e commit e7841df
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: 2ff88bc34314ace6035b5aecd36e786342e64758
refs/heads/master: 84d6ae431f315e8973aac3c3fe1d550fc9240ef3
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/pt1/pt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ pt1_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
if (ret < 0)
goto err;

ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
if (ret < 0)
goto err_pci_disable_device;

Expand Down

0 comments on commit e7841df

Please sign in to comment.