Skip to content
Commit b3b778b3 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcsp - fix printk format warning again

The commit 5a641bcd

 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: default avatarTakashi Iwai <tiwai@suse.de>
parent 5a641bcd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment