Commits
Takashi Iwai committed 07f070dda48
ALSA: vx: Put missing KERN_CONT prefix The vx driver has a debug printk code without proper KERN_ prefix. On recent kernels, KERN_CONT prefix is mandatory for continued output lines. Put it properly. Signed-off-by: Takashi Iwai <tiwai@suse.de>