Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47115
b: refs/heads/master
c: 9fb62c9
h: refs/heads/master
i:
  47113: 9d332d1
  47111: b4c6f93
v: v3
  • Loading branch information
Randy Dunlap authored and Jaroslav Kysela committed Feb 9, 2007
1 parent ed88f83 commit 76729e7
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: 69e134189763341560a5201c2eee9930eeb0b4f1
refs/heads/master: 9fb62c9f23d437241051e27a11de568361a4745d
2 changes: 1 addition & 1 deletion trunk/sound/pci/korg1212/korg1212.c
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@ static int __devinit snd_korg1212_create(struct snd_card *card, struct pci_dev *

if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci),
dsp_code->size, &korg1212->dma_dsp) < 0) {
snd_printk(KERN_ERR "korg1212: can not allocate dsp code memory (%d bytes)\n", dsp_code->size);
snd_printk(KERN_ERR "korg1212: cannot allocate dsp code memory (%zd bytes)\n", dsp_code->size);
snd_korg1212_free(korg1212);
#ifdef FIRMWARE_IN_THE_KERNEL
if (dsp_code != &static_dsp_code)
Expand Down

0 comments on commit 76729e7

Please sign in to comment.