diff --git a/[refs] b/[refs] index 72e04f588112..f570aa3eed68 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e8d5d2f17e707ecfabd33fd5fa167ac7739326e +refs/heads/master: 7913a49963ffa8849c14c805c26d9e63bb27ccaa diff --git a/trunk/sound/core/misc.c b/trunk/sound/core/misc.c index 465f0ce772cb..768167925409 100644 --- a/trunk/sound/core/misc.c +++ b/trunk/sound/core/misc.c @@ -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