diff --git a/[refs] b/[refs] index 51d7a1c5a0e5..351e9c5738db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1005f66fd7175916db013dc98ca6b7cec26e5f81 +refs/heads/master: df1deb67532ea26f1a033a5f48bf34b30bec8e1d diff --git a/trunk/sound/core/memalloc.c b/trunk/sound/core/memalloc.c index 9b4992eab479..920e5780c228 100644 --- a/trunk/sound/core/memalloc.c +++ b/trunk/sound/core/memalloc.c @@ -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; } }