Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267689
b: refs/heads/master
c: af7daa1
h: refs/heads/master
i:
  267687: a314f47
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent fa5a36e commit 8a86a49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 69dbddce03e40650fb28fc5954c3ccd59a53d201
refs/heads/master: af7daa15f7ab1c43091e6fc437bd2b4b5e7df60a
11 changes: 0 additions & 11 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2975,17 +2975,6 @@ static int __devinit rtl8192_pci_probe(struct pci_dev *pdev,

pci_set_master(pdev);

#ifdef CONFIG_64BIT_DMA
if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) {
printk("RTL819xCE: Using 64bit DMA\n");
if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64))) {
printk( "Unable to obtain 64bit DMA for consistent allocations\n");
pci_disable_device(pdev);
return -ENOMEM;
}
bdma64 = true;
} else
#endif
{
if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32))) {
Expand Down

0 comments on commit 8a86a49

Please sign in to comment.