ALSA: opl3: Put missing KERN_CONT prefix
authorTakashi Iwai <tiwai@suse.de>
Thu, 31 Aug 2017 08:53:35 +0000 (10:53 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 31 Aug 2017 09:01:03 +0000 (11:01 +0200)
commit53cfa99e37010c9d270dc9f16054928d4e0716e6
treeeb22624c135d3005dc82ded0bed3be7de8011164
parent67616feda99e32cb676b0907284bbb6957e45480
ALSA: opl3: Put missing KERN_CONT prefix

The opl3 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>
sound/drivers/opl3/opl3_midi.c