diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/core/memalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c index 9b4992eab479..920e5780c228 100644 --- a/sound/core/memalloc.c +++ b/sound/core/memalloc.c | |||
@@ -568,6 +568,7 @@ static ssize_t snd_mem_proc_write(struct file *file, const char __user * buffer, | |||
568 | if (pci_set_dma_mask(pci, mask) < 0 || | 568 | if (pci_set_dma_mask(pci, mask) < 0 || |
569 | pci_set_consistent_dma_mask(pci, mask) < 0) { | 569 | pci_set_consistent_dma_mask(pci, mask) < 0) { |
570 | printk(KERN_ERR "snd-page-alloc: cannot set DMA mask %lx for pci %04x:%04x\n", mask, vendor, device); | 570 | printk(KERN_ERR "snd-page-alloc: cannot set DMA mask %lx for pci %04x:%04x\n", mask, vendor, device); |
571 | pci_dev_put(pci); | ||
571 | return count; | 572 | return count; |
572 | } | 573 | } |
573 | } | 574 | } |