From 7edae7def9db241b910e9060f04d39586cba1caa Mon Sep 17 00:00:00 2001 From: Henrik Kretzschmar Date: Thu, 20 Apr 2006 12:37:00 +0200 Subject: [PATCH] --- yaml --- r: 26333 b: refs/heads/master c: 711ee39bf3e2a69005d64f388441a6f883495f83 h: refs/heads/master i: 26331: c22c202de907790d46ad3262966b213f76f1234b v: v3 --- [refs] | 2 +- trunk/sound/pci/pcxhr/pcxhr_hwdep.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9c1d35194661..019240e5f195 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c6cc0e3b0c087d350bdc5912ecdfb17e796ae266 +refs/heads/master: 711ee39bf3e2a69005d64f388441a6f883495f83 diff --git a/trunk/sound/pci/pcxhr/pcxhr_hwdep.c b/trunk/sound/pci/pcxhr/pcxhr_hwdep.c index 03517c10e99c..369c19fea985 100644 --- a/trunk/sound/pci/pcxhr/pcxhr_hwdep.c +++ b/trunk/sound/pci/pcxhr/pcxhr_hwdep.c @@ -385,8 +385,8 @@ static int pcxhr_hwdep_dsp_load(struct snd_hwdep *hw, fw.size = dsp->length; fw.data = vmalloc(fw.size); if (! fw.data) { - snd_printk(KERN_ERR "pcxhr: cannot allocate dsp image (%d bytes)\n", - fw.size); + snd_printk(KERN_ERR "pcxhr: cannot allocate dsp image (%lu bytes)\n", + (unsigned long)fw.size); return -ENOMEM; } if (copy_from_user(fw.data, dsp->image, dsp->length)) {