Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
[firefly-linux-kernel-4.4.55.git] / sound / core / misc.c
index 465f0ce772cb594dabe34e3d835c5766ec6d873b..768167925409ecb9be45b3c2ac82c885685da9bc 100644 (file)
@@ -72,7 +72,7 @@ void __snd_printk(unsigned int level, const char *path, int line,
        char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV";
 #endif
 
-#ifdef CONFIG_SND_DEBUG        
+#ifdef CONFIG_SND_DEBUG
        if (debug < level)
                return;
 #endif