Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81527
b: refs/heads/master
c: df1deb6
h: refs/heads/master
i:
  81525: 6764c69
  81523: 76ea74e
  81519: 84e7ff4
v: v3
  • Loading branch information
Julia Lawall authored and Jaroslav Kysela committed Jan 31, 2008
1 parent c42ee35 commit ab4f1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1005f66fd7175916db013dc98ca6b7cec26e5f81
refs/heads/master: df1deb67532ea26f1a033a5f48bf34b30bec8e1d
1 change: 1 addition & 0 deletions trunk/sound/core/memalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ static ssize_t snd_mem_proc_write(struct file *file, const char __user * buffer,
if (pci_set_dma_mask(pci, mask) < 0 ||
pci_set_consistent_dma_mask(pci, mask) < 0) {
printk(KERN_ERR "snd-page-alloc: cannot set DMA mask %lx for pci %04x:%04x\n", mask, vendor, device);
pci_dev_put(pci);
return count;
}
}
Expand Down

0 comments on commit ab4f1cc

Please sign in to comment.