OSDN Git Service

ALSA: drivers: pcsp: Fix printout of resolution
authorThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2015 07:14:51 +0000 (09:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2015 07:14:51 +0000 (09:14 +0200)
commitc78c881824cc3354c0518c0d21febe04ffc69638
tree240ed726df750ba3f381f95ed7e61e4cf9d01e80
parent6b442bc81337913eb775965a67ffdb8a36935422
ALSA: drivers: pcsp: Fix printout of resolution

The recent conversion of the hrtimer resolution failed to convert the
printk format from %li to %u.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
sound/drivers/pcsp/pcsp.c