commit | 10304d71cbe19ccb47c6ad524405c8d9587b646c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Aug 31 11:00:20 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Aug 31 11:02:14 2017 +0200 |
tree | 86921415a6c0e1d290393c771b966ff9f9ab2f9e | |
parent | 5659f244584cf414aa08c2bcf4dfa52fd972df64 [diff] |
ALSA: usx2y: Put missing KERN_CONT prefix The usx2y 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>