From: Cornelia Huck Date: Thu, 4 Dec 2008 15:55:47 +0000 (+0100) Subject: Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG X-Git-Tag: v2.6.29-rc1~229^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d85ff989222f08dd1fa66321fef5567bbc4a7b;p=pandora-kernel.git Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG Statically defined DEBUG should take precedence over dynamically enabled debugging; otherwise adding DEBUG (like, for example, via CONFIG_DEBUG_KOBJECT) does not have the expected result of printing pr_debug() and dev_dbg() messages unconditionally. Signed-off-by: Cornelia Huck Acked-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed