Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19564
b: refs/heads/master
c: e2eba3e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed Jan 22, 2006
1 parent bd7bc2a commit ee7fd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 80faf041cd731bde220523166f016377e1765acd
refs/heads/master: e2eba3e7d911b26525c17f0b7e2bc45aad8e2629
6 changes: 3 additions & 3 deletions trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3324,11 +3324,11 @@ static int __devinit snd_hdspm_preallocate_memory(struct hdspm * hdspm)
snd_dma_pci_data(hdspm->pci),
wanted,
wanted)) < 0) {
snd_printdd("Could not preallocate %d Bytes\n", wanted);
snd_printdd("Could not preallocate %zd Bytes\n", wanted);

return err;
} else
snd_printdd(" Preallocated %d Bytes\n", wanted);
snd_printdd(" Preallocated %zd Bytes\n", wanted);

return 0;
}
Expand Down Expand Up @@ -3510,7 +3510,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card, struct hdspm * hdsp

hdspm->monitor_outs = enable_monitor;

snd_printdd("kmalloc Mixer memory of %d Bytes\n",
snd_printdd("kmalloc Mixer memory of %zd Bytes\n",
sizeof(struct hdspm_mixer));
if ((hdspm->mixer = kmalloc(sizeof(struct hdspm_mixer), GFP_KERNEL))
== NULL) {
Expand Down

0 comments on commit ee7fd9c

Please sign in to comment.