ALSA: pcsp - fix printk format warning again
authorTakashi Iwai <tiwai@suse.de>
Wed, 20 May 2009 15:05:52 +0000 (17:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 20 May 2009 15:08:00 +0000 (17:08 +0200)
commitb3b778b387ed3849ebc4a51baf8617be90df6625
tree05fb54ad5b0bf9e0f6aee9da73d5da19e953611a
parent5a641bcd6398841cc4606b0a732d41a09256fd94
ALSA: pcsp - fix printk format warning again

The commit 5a641bcd6398841cc4606b0a732d41a09256fd94 changed the
printk format to '%lu', but the value passed seems to be dependent
on the architecture.  On x86-64, I got a new warning now because an
int value is passed actaully.

As a workaround, just cast the value always to unsigned long.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/pcsp/pcsp_mixer.c