Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19644
b: refs/heads/master
c: 74adb52
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Linus Torvalds committed Feb 3, 2006
1 parent 13210ab commit e5f89cf
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: dfa08592ca0440d793ecc8dfc6277dd2aa4b8dda
refs/heads/master: 74adb52797a7cde217a8ceeaf254a5441a42a72c
2 changes: 1 addition & 1 deletion trunk/drivers/block/umem.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ static int __devinit mm_pci_probe(struct pci_dev *dev, const struct pci_device_i
card->card_number, dev->bus->number, dev->devfn);

if (pci_set_dma_mask(dev, 0xffffffffffffffffLL) &&
!pci_set_dma_mask(dev, 0xffffffffLL)) {
pci_set_dma_mask(dev, 0xffffffffLL)) {
printk(KERN_WARNING "MM%d: NO suitable DMA found\n",num_cards);
return -ENOMEM;
}
Expand Down

0 comments on commit e5f89cf

Please sign in to comment.