From: Takashi Iwai Date: Wed, 20 May 2009 15:05:52 +0000 (+0200) Subject: ALSA: pcsp - fix printk format warning again X-Git-Tag: v2.6.30-rc7~4^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b778b387ed3849ebc4a51baf8617be90df6625;p=pandora-kernel.git 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 --- Reading git-diff-tree failed